Browse Source

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 years ago
parent
commit
2baba20643
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      README-en.md

+ 4
- 4
README-en.md View File

286
 
286
 
287
 1. Load the project  `Testing` into `QtCreator`. There are two ways to do this:
287
 1. Load the project  `Testing` into `QtCreator`. There are two ways to do this:
288
 
288
 
289
-   * Using the virtual machine: Double click the file `Testing.pro` located in the folder `/home/eip/labs/testing-testing` of your virtual machine.
290
-   * Downloading the project’s folder from `Bitbucket`: Use a terminal and write the command `git clone http:/bitbucket.org/eip-uprrp/testing-testing` to download the folder `testing-testing` from `Bitbucket`. Double click the file `Testing.pro` located in the folder that you downloaded to your computer.
289
+    * Using the virtual machine: Double click the file `Testing.pro` located in the folder `/home/eip/labs/testing-testing` of your virtual machine.
290
+    * Downloading the project’s folder from `Bitbucket`: Use a terminal and write the command `git clone http:/bitbucket.org/eip-uprrp/testing-testing` to download the folder `testing-testing` from `Bitbucket`. Double click the file `Testing.pro` located in the folder that you downloaded to your computer.
291
 
291
 
292
 2. Configure the project and run the program. You will see a window similar to the following:
292
 2. Configure the project and run the program. You will see a window similar to the following:
293
 
293
 
294
-  ---
294
+    ---
295
 
295
 
296
     ![figure11.png](images/figure11.png)
296
     ![figure11.png](images/figure11.png)
297
 
297
 
298
     **Figure 11** - Window to select the function that will be tested.
298
     **Figure 11** - Window to select the function that will be tested.
299
 
299
 
300
-  ---
300
+    ---
301
 
301
 
302
 3. Select the button for `3 Sorts` and you will obtain the interface in Figure 5.
302
 3. Select the button for `3 Sorts` and you will obtain the interface in Figure 5.
303
 
303