소스 검색

Merged in sarabeatriz/expressions-prettyplots/sarabeatriz/readmeenmd-edited-online-with-bitbucket-1498489512 (pull request #1)

README-en.md edited online with Bitbucket

Approved-by: Sara Beatriz Schwarz Iglesias <saraschwarz8@gmail.com>
Sara Beatriz Schwarz Iglesias 7 년 전
부모
커밋
5f9274f180
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md 파일 보기

@@ -127,7 +127,7 @@ To plot a curve that is described by parametric equations, we compute the $$x$$
127 127
 1. Load the project `prettyPlot` into `QtCreator`. There are two ways to do this:
128 128
 
129 129
 	* Using the virtual machine: Double click the file `prettyPlot.pro` located in the folder `/home/eip/labs/expressions-prettyplots` of your virtual machine.
130
-	* Downloading the project’s folder from `Bitbucket`: Use a terminal and write the command `git clone http:/bitbucket.org/eip-uprrp/expressions-prettyplots` to download the folder `expressions-prettyplots` from `Bitbucket`. Double click the file `prettyPlot.pro` located in the folder that you downloaded to your computer.
130
+	* Downloading the projects folder from `Bitbucket`: Use a terminal and write the command `git clone http://bitbucket.org/eip-uprrp/expressions-prettyplots` to download the folder `expressions-prettyplots` from `Bitbucket`. Double click the file `prettyPlot.pro` located in the folder that you downloaded to your computer.
131 131
 
132 132
 2. Configure the project and run the program by clicking the green arrow in the menu on the left side of the Qt Creator window. The program should display a window similar to the one in Figure 3.
133 133