We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e267f8 commit ca0285dCopy full SHA for ca0285d
1 file changed
README.md
@@ -53,10 +53,13 @@ You can install AlpineBox manually:
53
54
```bash
55
$ git clone https://github.com/LinuxDicasPro/AlpineBox.git
56
-$ chmod +x ./AlpineBox
57
-$ sudo mv ./AlpineBox /usr/bin/AlpineBox
+$ chmod +x ./ALPack
+$ sudo mv ./ALPack /usr/bin/ALPack
58
```
59
60
+Required proot or bubblewrap packages.
61
+
62
63
## 🧪 Why AlpineBox for Static Binaries?
64
65
Alpine Linux uses the **musl libc** and provides toolchains that are
0 commit comments