diff --git a/README.md b/README.md index abadf24..75be659 100644 --- a/README.md +++ b/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 ``` +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 ``` apt-get update && apt-get install -y curl git 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 +```