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 | bashThis will check the system requirements for you host and it will install in /usr/local/bin directory
Once
lotis 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 --HEADLast updated
Was this helpful?