Installation

Using remote bash script

To install or update lot, you should run the install script. To do that, you may either download and run the script manually, or use the following cURL or Wget command:

$ curl -o- https://github.com/lot-sh/cli/blob/master/install.sh | bash
$ wget -qO- https://github.com/lot-sh/cli/blob/master/install.sh | bash

This will check the system requirements for you host and it will install in /usr/local/bin directory

Oncelot is installed it will check the available updates so you don't need to mind to update manually using this method.

Brew

For MacOS or linux users which has installed brew, it can be used to install using the command bellow:

$ brew install lot-sh/tap/cli --HEAD

Last updated

Was this helpful?