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