mirror of
https://github.com/patriciogonzalezvivo/thebookofshaders
synced 2024-11-19 15:25:41 +00:00
fix readme command for offline installing
This commit is contained in:
parent
ebb58da840
commit
2fa6bf3eb0
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user