instl

command module
v1.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2021 License: MIT Imports: 1 Imported by: 0

README

instl

Instl is an installer that can install most GitHub projects on your system with a single command.

Latest Release Downloads Stars Forks Issues
Downloads

Instl Demo Animation


Installation | Documentation | Contributing


Instl is an installer that can install most GitHub projects on your system with a single command.
Additionally, Instl provides a server that generates dynamic scripts that install a GitHub project.

Official docs: https://docs.instl.sh

Web Installer

Use these commands, if you don't have instl on your system to install any GitHub project:
(If you own a GitHub repo, you can put these commands into your readme, to let users install your tool easily)

Windows

iwr instl.sh/username/reponame/windows | iex  

macOS

curl -sSL instl.sh/username/reponame/macos | sudo bash   

Linux

curl -sSL instl.sh/username/reponame/linux | sudo bash  

(Replace username and reponame with the GitHub project you want to install)

Read more about the web installer here: https://docs.instl.sh/#/web-installer

These commands can be executed from any system and install the respective GitHub project.

Installable Projects

Instl can install every public GitHub project, that has releases which contain a single binary.
Instl will search the release for a binary and install it. Instl will also search archives.

Installation

Run the following command in a terminal and you're ready to go!

Windows

iwr instl.sh/installer/instl/windows | iex

macOS

curl -sSL instl.sh/installer/instl/macos | sudo bash

Linux

curl -sSL instl.sh/installer/instl/linux | sudo bash

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL