Update README.md

Added `cd ..` to instruction, so people wouldn't compile everything in 1 directory.
This commit is contained in:
Way, No 2014-03-18 01:37:39 +10:00
parent 5cf6760af3
commit b5e90cef78

View File

@ -33,6 +33,7 @@ Installation
hg clone http://hg.libsdl.org/SDL
cd SDL/
./configure && make && sudo make install
cd ../
```
Additional dependencies may be required.
@ -42,6 +43,7 @@ Installation
tar xvf SDL2_image-2.0.0.tar.gz
cd SDL2_image-2.0.0
./configure && make && sudo make install
cd ../
```
Additional dependencies may be required.