Browse Source

README-en.md edited online with Bitbucket

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

+ 7
- 4
README-en.md View File

@@ -161,9 +161,12 @@ Write the pseudocode to express the scrambling algorithm described above as a re
161 161
 
162 162
 ####Instructions
163 163
 
164
-1) Load the project `ImageScrambler` onto QtCreator by double-clicking on the `ImageScrambler.pro` file in the `Documents/eip/Recursion-ImageScrambler` directory on your computer. You may also go to `http://bitbucket.org/eip-uprrp/recursion-imagescrambler` to download the `Recursion-ImageScrambler` folder to your computer.
164
+1.	Load the project  `ImageScrambler` into `QtCreator`. There are two ways to do this:
165
+   
166
+       * Using the virtual machine: Double click the file `ImageScrambler.pro` located in the folder `/home/eip/labs/recursion-imagescrambler` of your virtual machine.
167
+       * Downloading the project’s folder from `Bitbucket`: Use a terminal and write the command `git clone http:/bitbucket.org/eip-uprrp/recursion-imagescrambler` to download the folder `recursion-imagescrambler` from `Bitbucket`. Double click the file `ImageScrambler.pro` located in the folder that you downloaded to your computer.
165 168
 
166
-2) The code that we provide creates the interface in Figure 9.
169
+2. The code that we provide creates the interface in Figure 9.
167 170
 
168 171
 ---
169 172
 
@@ -189,9 +192,9 @@ QImage ImageScrambler::ScrambleFilter(QImage image, int N, int sx, int sy, int w
189 192
 
190 193
 ## Deliverables
191 194
 
192
-1. Use “Deliverables 1” in Moodle to upload the file with the pseudocode for the recursive function.
195
+1. Use “Deliverable 1” in Moodle to upload the file with the pseudocode for the recursive function.
193 196
 
194
-2. Use "Deliverables 2" in Moodle to upload the `Filter.cpp` file that contains the functions you implemented in this laboratory experience. Remember to use good programming techniques, include the names of the programmers involved, and to document your program.
197
+2. Use "Deliverable 2" in Moodle to upload the `Filter.cpp` file that contains the functions you implemented in this laboratory experience. Remember to use good programming techniques, include the names of the programmers involved, and to document your program.
195 198
 
196 199
 
197 200
 ---