added more examples to readme
This commit is contained in:
parent
62e1ca550a
commit
a5197b70a4
14
README.md
14
README.md
@ -7,9 +7,23 @@ apt-get update && apt-get install -y curl git
|
|||||||
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/laptop_install.sh | sh
|
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/laptop_install.sh | sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or if you want to set a custom git download folder
|
||||||
|
|
||||||
|
```
|
||||||
|
apt-get update && apt-get install -y curl git
|
||||||
|
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/laptop_install.sh "./path/to/stuff" | sh
|
||||||
|
```
|
||||||
|
|
||||||
## For desktop
|
## For desktop
|
||||||
|
|
||||||
```
|
```
|
||||||
apt-get update && apt-get install -y curl git
|
apt-get update && apt-get install -y curl git
|
||||||
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/desktop_install.sh | sh
|
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/desktop_install.sh | sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or if you want to set a custom git download folder
|
||||||
|
|
||||||
|
```
|
||||||
|
apt-get update && apt-get install -y curl git
|
||||||
|
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/desktop_install.sh "./path/to/stuff" | sh
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user