Skip to content

Commit

Permalink
docs(readme): add scoop install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Jul 26, 2022
1 parent d9f4aa2 commit febe5cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,16 @@ PowerShell prompt), and then move the binaries to that directory.

### Scoop

`komokana` is not yet available to install via [Scoop](https://scoop.sh).
If you use the [Scoop](https://scoop.sh/) command line installer, you can run
the following commands to install the binaries from the latest GitHub Release:

```powershell
scoop bucket add extras
scoop install komokana
```

If you install _komokana_ using Scoop, the binary will automatically be added
to your `Path`.

### Building from Source

Expand Down

0 comments on commit febe5cd

Please sign in to comment.