From b7bc34906df1c0112c0b26ea2b3abccdd96f2138 Mon Sep 17 00:00:00 2001 From: Alan Pope Date: Fri, 28 Apr 2017 11:11:37 +0100 Subject: [PATCH] Add micro snap install instructions Adds the simple command line install instructions for snap enabled systems. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1b00f8d7..3006809e 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,12 @@ On Windows, you can install micro through Chocolatey: choco install micro ``` +On Linux, you can install micro through [snap](https://snapcraft.io/docs/core/install) + +``` +snap install micro --beta +``` + ### Building from source If your operating system does not have a binary release, but does run Go, you can build from source.