diff --git a/README.md b/README.md index e8fd5de7..33c3e8d0 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,18 @@ __What features does it have?__ ## Install +### Linux + +Install Shout in seconds on [Ubuntu and other snap supported Linux distributions](https://snapcraft.io/docs/core/install) with: + +``` +snap install shout +``` + +Installing a snap is very quick. Snaps are secure. They are isolated with all of their dependencies. Snaps also auto update when a new version is released. + +### npm + ``` sudo npm install -g shout ```