GitHub Installer Script Generator
2.9K
Documentationâ | Contributingâ
Instl is an installation script generator for GitHub projects.
It does not need any setup, and can be used to install most GitHub projects on Linux, macOS and Windows.
You can easily add installation commands to your README.md - they just work!
Install our demo repository, instl-demo, to see instl in action. If successful, you should be able to run instl-demo right from your terminal.
| Platform | Command |
|---|---|
| Windows | iwr instl.sh/installer/instl-demo/windows | iex |
| macOS | curl -sSL instl.sh/installer/instl-demo/macos | bash |
| Linux | curl -sSL instl.sh/installer/instl-demo/linux | bash |
The fastest way to create your own instl commands, is by visiting instl.shâ and using the builder.
Alternatively, you can create your own commands by using the following URL structure:
Note
Replace `{username}` and `{reponame}` with your GitHub username and repository name.
iwr instl.sh/{username}/{reponame}/windows | iex
curl -sSL instl.sh/{username}/{reponame}/macos | bash
curl -sSL instl.sh/{username}/{reponame}/linux | bash
Content type
Image
Digest
sha256:7f8fce630âĻ
Size
12.2 MB
Last updated
over 1 year ago
docker pull marvinjwendt/instl