Quellcode durchsuchen

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri vor 8 Jahren
Ursprung
Commit
88d15d92b7
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  1. 4
    1
      README-en.md

+ 4
- 1
README-en.md Datei anzeigen

211
 
211
 
212
 #### Instructions
212
 #### Instructions
213
 
213
 
214
-1. Load the project `PeskyTourist` on to QtCreator by double-clicking on the file `PeskyTourist.pro` in the directory `Documents/eip/Sort-PeskyTourist` on your computer. You can also go to `https://bitbucket.org/eip-uprrp/sort-peskytourist` to download the folder `Sort-PeskyTourist` to your computer.
214
+1. Load the project  `PeskyTourist` into `QtCreator`. There are two ways to do this:
215
+	
216
+	* Using the virtual machine: Double click the file `PeskyTourist.pro` located in the folder `/home/eip/labs/sorting-peskytourist` of your virtual machine.
217
+	* Downloading the project’s folder from `Bitbucket`: Use a terminal and write the command `git clone http:/bitbucket.org/eip-uprrp/sorting-peskytourist` to download the folder `tema-nombre` from `Bitbucket`. Double click the file `PeskyTourist.pro` located in the folder that you downloaded to your computer.
215
 
218
 
216
 2. The code that we provide creates the interface in Figure 3.
219
 2. The code that we provide creates the interface in Figure 3.
217
 
220