aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md24
1 files changed, 21 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3faf045..a1d4d35 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,21 @@
-# Twilight
-
-A Git-based package manager made for Minteck's infrastructure and other things \ No newline at end of file
+
+# Twilight
+
+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. \ No newline at end of file