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 27, 2021
1 parent da5dbdf commit 4a8e571
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 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)
* [Scoop](#using-scoop-windows)
* [From terminal](#from-terminal)
* [Direct download](#direct-download)

Expand All @@ -31,6 +32,20 @@ Then install the CLI with
$ brew install stacc
```

### Using scoop (Windows)

First add the repository with

```
$ scoop bucket add stacc https://github.com/stacc/stacc-CLI
```

Then install the CLI with

```
$ scoop install stacc
```

### From terminal

MacOS and Linux users
Expand Down

0 comments on commit 4a8e571

Please sign in to comment.