instl

command module
v0.0.11 Latest Latest
Warning

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

Go to latest
Published: May 19, 2021 License: MIT Imports: 1 Imported by: 0

README

instl

Instl is an installer that installs GitHub projects on your system with a single command.

Latest Release Downloads Stars Forks Issues
Downloads


Installation | Documentation | Contributing


Instl is an installer that installs GitHub projects on your system with a single command.
Additionally, Instl provides a server that generates dynamic scripts that install a GitHub project.
To use the server you can use the following commands:

Windows

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

macOS

sudo /bin/bash -c "$(curl -fsSL instl.sh/username/reponame/macos)"  

Linux

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

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

These commands can be executed from any system and install the respective GitHub project.
You can also provide these commands to your users to make your GitHub project easily installable.

Installation

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

Windows

iwr -useb instl.sh/instl-sh/instl/windows | iex

macOS

/bin/bash -c "$(curl -fsSL instl.sh/instl-sh/instl/macos)"

Linux

curl -fsSL instl.sh/instl-sh/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