Explorar el Código

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri hace 8 años
padre
commit
2baba20643
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4
    4
      README-en.md

+ 4
- 4
README-en.md Ver fichero

@@ -286,18 +286,18 @@ This exercise **DOES NOT require programming**, you should make the tests **with
286 286
 
287 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 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 296
     ![figure11.png](images/figure11.png)
297 297
 
298 298
     **Figure 11** - Window to select the function that will be tested.
299 299
 
300
-  ---
300
+    ---
301 301
 
302 302
 3. Select the button for `3 Sorts` and you will obtain the interface in Figure 5.
303 303