Skip to content

Commit

Permalink
Add ubuntu/debian installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
liamawhite committed Jun 26, 2019
1 parent d757826 commit 5116388
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ To install on macOS, use Homebrew.
brew install liamawhite/licenser/licenser
```

To install on Ubuntu/Debian, use `wget`.

```sh
wget -c https://github.com/liamawhite/licenser/releases/download/v0.3.3/licenser_0.3.3_Linux_x86_64.tar.gz -O - | sudo tar -xz -C /usr/bin
```

To install on other platforms, download from the [releases section](https://github.com/liamawhite/licenser/releases).

## Verifying Licenses in your Files
Expand Down

0 comments on commit 5116388

Please sign in to comment.