Skip to content

Commit

Permalink
Replace shell script install with one-liner
Browse files Browse the repository at this point in the history
  • Loading branch information
Piccirello committed May 20, 2020
1 parent 2270c36 commit 1157e5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions INSTALL.md
Expand Up @@ -84,9 +84,7 @@ You can bypass package managers and quickly install the latest version of the CL
Note that this installation method is only recommended for ephemeral environments like CI jobs. Longer-lived environments that expect to receive updates should install the CLI via a package manager.

```sh
curl -LO https://cli.doppler.com/install.sh || wget https://cli.doppler.com/install.sh
chmod +x install.sh
sudo ./install.sh
(curl -Ls https://cli.doppler.com/install.sh || wget -qO- https://cli.doppler.com/install.sh) | sh
```

You can find the source `install.sh` file in this repo's `scripts` directory.
Expand Down

0 comments on commit 1157e5c

Please sign in to comment.