瀏覽代碼

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 9 年之前
父節點
當前提交
f46094228e
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      README-en.md

+ 2
- 2
README-en.md 查看文件

165
 
165
 
166
 1. Load the project  `prMap` into `QtCreator`. There are two ways to do this:
166
 1. Load the project  `prMap` into `QtCreator`. There are two ways to do this:
167
 
167
 
168
-   * Using the virtual machine: Double click the file `prMap.pro` located in the folder `/home/eip/labs/arrays-prmap` of your virtual machine.
169
-   * Downloading the project’s folder from `Bitbucket`: Use a terminal and write the command `git clone http:/bitbucket.org/eip-uprrp/arrays-prmap` to download the folder `arrays-prmap` from `Bitbucket`. Double click the file `prMap.pro` located in the folder that you downloaded to your computer.
168
+    * Using the virtual machine: Double click the file `prMap.pro` located in the folder `/home/eip/labs/arrays-prmap` of your virtual machine.
169
+    * Downloading the project’s folder from `Bitbucket`: Use a terminal and write the command `git clone http:/bitbucket.org/eip-uprrp/arrays-prmap` to download the folder `arrays-prmap` from `Bitbucket`. Double click the file `prMap.pro` located in the folder that you downloaded to your computer.
170
 
170
 
171
 2. Compile and run the program. In its current state, the program simply displays a map of Puerto Rico. This map is provided so that you can visualize the results of your program. You may see some warnings which are due to the fact that some of the functions are incomplete. You will complete them throughout this laboratory experience.
171
 2. Compile and run the program. In its current state, the program simply displays a map of Puerto Rico. This map is provided so that you can visualize the results of your program. You may see some warnings which are due to the fact that some of the functions are incomplete. You will complete them throughout this laboratory experience.
172
 
172