From dfc2676a85b0497bf01d73c2e44f38e5c1f7a682 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 16 Mar 2020 11:07:09 +0100 Subject: [PATCH] Add Debian and Ubuntu installation instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1794421..43f618d 100644 --- a/README.md +++ b/README.md @@ -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