fix readme command for offline installing

pull/129/head
BrianSipple 8 years ago
parent ebb58da840
commit 2fa6bf3eb0

@ -26,7 +26,7 @@ Hast Du alles beisammen, musst Du lediglich folgende Befehle aufrufen, um das *B
cd ~
git clone --recursive https://github.com/patriciogonzalezvivo/thebookofshaders.git
cd thebookofshaders
git submodule foreach git pull
git submodule foreach git submodule init && git submodule update
php -S localhost:8000
```

@ -26,7 +26,7 @@ Una volta che avete installato tutto, non vi resta che fare:
cd ~
git clone --recursive https://github.com/patriciogonzalezvivo/thebookofshaders.git
cd thebookofshaders
git submodule foreach git pull
git submodule foreach git submodule init && git submodule update
php -S localhost:8000
```

@ -26,7 +26,7 @@ Once you have everything installed you just need to do:
cd ~
git clone --recursive https://github.com/patriciogonzalezvivo/thebookofshaders.git
cd thebookofshaders
git submodule foreach git pull
git submodule foreach git submodule init && git submodule update
php -S localhost:8000
```

Loading…
Cancel
Save