Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
runi95 authored Feb 26, 2021
1 parent 6c456c7 commit 491e795
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This repository is being used to hold Stacc CLI [releases](https://github.com/st

* [Snap](#using-snap-linux)
* [Homebrew](#using-homebrew-macos--linux)
* [From terminal](#from-terminal)
* [Direct download](#direct-download)

### Using snap (Linux)
Expand All @@ -30,14 +31,20 @@ Then install the CLI with
$ brew install stacc
```

### Direct download
### From terminal

MacOS and Linux users may run this command from their terminal
MacOS and Linux users

```
$ curl -s https://raw.githubusercontent.com/stacc/stacc-CLI/main/install.sh | bash -s --
```

or
Windows users

```
$ curl -LSs https://raw.githubusercontent.com/stacc/stacc-CLI/main/install.bat -o %TEMP%\stacc-install.bat && CMD /C %TEMP%\stacc-install.bat && del %TEMP%\stacc-install.bat
```

### Direct download

Download the latest release [here](https://github.com/stacc/stacc-CLI/releases/latest)

0 comments on commit 491e795

Please sign in to comment.