Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Commit

Permalink
Add Debian and Ubuntu installation instructions (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Mar 16, 2020
1 parent 34dea58 commit b2e903f
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 @@ -40,6 +40,12 @@ $ brew tap meeshkan/tap
$ brew install meeshkan
```

Debian and Ubuntu users can install Meeshkan with `apt`:

```sh
$ echo "deb [trusted=yes] https://dl.bintray.com/meeshkan/apt all main" | sudo tee -a /etc/apt/sources.list
$ apt update && apt-get install meeshkan
```


## Getting started with Meeshkan
Expand Down

0 comments on commit b2e903f

Please sign in to comment.