Browse Source

README-en.md edited online with Bitbucket

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

+ 4
- 1
README-en.md View File

104
 
104
 
105
 #### Instructions:
105
 #### Instructions:
106
 
106
 
107
-1. Load the project `RecursiveShapes` onto `QtCreator` by double clicking on the `RecursiveShapes.pro` file in the `Documents/eip/Recursion-RecursiveShapes` folder of your computer. You may also go to `http://bitbucket.org/eip-uprrp/recursion-recursiveshapes` to download the `Recursion-RecursiveShapes` folder to your computer.
107
+1. Load the project  `RecursiveShapes` into `QtCreator`. There are two ways to do this:
108
+
109
+    * Using the virtual machine: Double click the file `RecursiveShapes.pro` located in the folder `/home/eip/labs/recursion-recursiveshapes` of your virtual machine.
110
+    * Downloading the project’s folder from `Bitbucket`: Use a terminal and write the command `git clone http:/bitbucket.org/eip-uprrp/recursion-recursiveshapes` to download the folder `recursion-recursiveshapes` from `Bitbucket`. Double click the file `RecursiveShapes.pro` located in the folder that you downloaded to your computer.
108
 
111
 
109
 2. Compile and run the program so you see a snowflake figure constructed with 3 iterations of the `snowflake` function. You can see the code of this function in the `snowflake.cpp` file of the `Qt` project.
112
 2. Compile and run the program so you see a snowflake figure constructed with 3 iterations of the `snowflake` function. You can see the code of this function in the `snowflake.cpp` file of the `Qt` project.
110
 
113