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

Add Debian and Ubuntu installation instructions #137

Merged
merged 1 commit into from
Mar 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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