Merge pull request #129 from BrianSipple/fix-submodule-init-docs

Fix readme command for offline installing
This commit is contained in:
Patricio Gonzalez Vivo 2017-03-17 10:09:26 -04:00 committed by GitHub
commit cd2bac1fd1
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 ~
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
```

View File

@ -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
```

View File

@ -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
```