You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2021. It is now read-only.
This is a rustup-like or choosenim-like installation process where the user doesn't need to have simple already installed on their system. Just a single command that does all the installation and/or update automatically.
The user just types a command into the terminal and simple gets installed or updated automatically. A seamless nice user experience.
The command is usually in this format.
curl https://sh.some-domain.com/install -sSf | sh
This means the shell script that gets run will be hosted on that site and the script will be responsible for downloading and installing simple on the user's system.
The first step here is to host an installer script online.
This is a rustup-like or choosenim-like installation process where the user doesn't need to have simple already installed on their system. Just a single command that does all the installation and/or update automatically.
The user just types a command into the terminal and simple gets installed or updated automatically. A seamless nice user experience.
The command is usually in this format.
This means the shell script that gets run will be hosted on that site and the script will be responsible for downloading and installing simple on the user's system.
The first step here is to host an installer script online.