From a5197b70a4022f8b38d086add1f678e98f22a8e7 Mon Sep 17 00:00:00 2001 From: Michael Scalzetti Date: Thu, 24 Mar 2022 01:56:56 -0400 Subject: [PATCH] added more examples to readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 +```