blob: a1d4d35b37c1724decb7368fb44f87b453dc3296 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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.
|