changing dir

pull/3/head
Patricio Gonzalez Vivo 10 years ago
parent 29d9bae911
commit ab36c6f1c4

@ -27,7 +27,7 @@ Once you have everything installed you just need to do:
```bash
cd ~
git clone https://github.com/patriciogonzalezvivo/thebookofshaders.git
cd GLSL-Book
cd thebookofshaders
python -m SimpleHTTPServer
```

@ -15,7 +15,7 @@ make
make install
cd ~
git clone https://github.com/patriciogonzalezvivo/thebookofshaders.git
cd GLSL-Book
cd thebookofshaders
```
At the end of each section you will find code and non-code based exercises to give to your students. They are designed to help students immediately put concepts into practice, making concrete the abstract principles of parallel programming.

@ -62,7 +62,7 @@ For that open your terminal once again and type:
```bash
cd ~
git clone https://github.com/patriciogonzalezvivo/thebookofshaders.git
cd GLSL-Book
cd thebookofshaders
make
```

Loading…
Cancel
Save