ソースを参照

README-en.md edited online with Bitbucket

コミット
4418e72779
共有1 個のファイルを変更した3 個の追加2 個の削除を含む
  1. 3
    2
      README-en.md

+ 3
- 2
README-en.md ファイルの表示

@@ -213,8 +213,9 @@ The first step in this lab experience is to familiarize yourself with the functi
213 213
 **Instructions**
214 214
 
215 215
 1. Load the project `DVDInfo` into `QtCreateor`. There are two wayss to do this: 
216
-        		* Using the virtual machine: Double click the file `DVDInfo.pro` located in the folder `home/eip/labs/functions-dvdinfo` 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/functions-dvdinfo` to download the folder `functions-dvdinfo` from `Bitbucket`. Double click the file `DVDInfo.pro` located in the folder that you downloaded to your computer. 
216
+
217
+    		* Using the virtual machine: Double click the file `DVDInfo.pro` located in the folder `home/eip/labs/functions-dvdinfo` of your virtual machine. 
218
+	    	* Downloading the project's folder from `Bitbucket`: Use a terminal and write the command `git clone http://bitbucket.org/eip-uprrp/functions-dvdinfo` to download the folder `functions-dvdinfo` from `Bitbucket`. Double click the file `DVDInfo.pro` located in the folder that you downloaded to your computer. 
218 219
 
219 220
 2. Configure the project. The file `main.cpp` has the function calls that you will use in the next exercises. The declarations and definitions of the functions that will be called can be found in the files `movie.h` and `movie.cpp`.
220 221