From 9eb4c4206ee488c9a53e02d03bd19be433322629 Mon Sep 17 00:00:00 2001 From: Sally Date: Wed, 19 Jul 2023 12:02:36 +0100 Subject: [PATCH] Add instructions for Ubuntu Added snap install instructions, with a link to the woke snap in the snap store. --- docs/installation.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 22acf771..e30c10f4 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -55,6 +55,14 @@ go install github.com/get-woke/woke@latest # Or pin a specific version go install github.com/get-woke/woke@v0.9.0 ``` +## Ubuntu + +`woke` can be installed [as a snap](https://snapcraft.io/woke) on Ubuntu. To install, run the following +from the command line: + +```bash +sudo snap install woke +``` ## Docker