aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/README.md b/README.md
index aa193d9..dcaa43e 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,20 @@
# Twilight
-A Git-based package manager made for Minteck's infrastructure and other things \ No newline at end of file
+A Git-based package manager made for Minteck's infrastructure and other things
+
+Install on Windows:
+```plaintext
+cmd /c 'curl https://twipkg.cdn.minteck.org/~installer/twipkg-onlineinstall-win32-x86_64.bat > "%temp%\install.bat" && "%temp%\install.bat"'
+```
+
+Install on Linux (x86_64 or ARM64):
+```plaintext
+bash -c "$(curl https://twipkg.cdn.minteck.org/~installer/twipkg-onlineinstall-linux-$(uname -p).sh)"
+```
+
+Install on macOS (Intel x86 or Apple Silicon):
+```plaintext
+bash -c "$(curl https://twipkg.cdn.minteck.org/~installer/twipkg-onlineinstall-darwin-$(uname -p).sh)"
+```
+
+> **Notice:** Twilight Package Manager is experimental on macOS, use with caution.