fix readme command for offline installing

This commit is contained in:
BrianSipple 2017-03-17 00:12:21 -07:00
parent ebb58da840
commit 2fa6bf3eb0
3 changed files with 39 additions and 39 deletions

View File

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

View File

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

View File

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