From d9fc3a8bf8d02806c59ebf7f3f7e79709b9a217f Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Fri, 28 May 2021 23:03:06 -0700 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d08d4a..c828c2e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ # Permafrost Lightweight single-site browser generator using Webview or Chrome/Chromium. -### Usage +### Installation +To install permafrost, you need `go` installed. The providing package for this is usually named either `go` or `golang`. + +Once `go` is installed, run: + +```shell +make +sudo make install +``` + +Once complete, either the menu entry or `permafrost --gui` should open the GUI. \ No newline at end of file