Skip to content

Commit f0486a8

Browse files
authored
Update installation.md
1 parent 368d90c commit f0486a8

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

docs/pages/installation.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,18 @@ Copy, paste and run! Easy integration CLI commands
1313
curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/next/kernel/setup.sh" | bash -
1414
```
1515

16-
```sh [Next branch (dev)]
17-
curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/next/kernel/setup.sh" | bash -s next
16+
```sh [Dev branch]
17+
curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/next/kernel/setup.sh" | bash -s dev
18+
```
19+
20+
```sh [Stable branch]
21+
curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/next/kernel/setup.sh" | bash -s stable
22+
```
23+
24+
```sh [Legacy branch]
25+
curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/next/kernel/setup.sh" | bash -s legacy
1826
```
1927

2028
```sh [Specific tag]
21-
curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/next/kernel/setup.sh" | bash -s v1.0.8
22-
```
29+
curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/next/kernel/setup.sh" | bash -s v3.0.0
30+
```

0 commit comments

Comments
 (0)