Update README.md
This commit is contained in:
parent
b3cd52a8c7
commit
d9fc3a8bf8
12
README.md
12
README.md
@ -1,4 +1,14 @@
|
|||||||
# Permafrost
|
# Permafrost
|
||||||
Lightweight single-site browser generator using Webview or Chrome/Chromium.
|
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.
|
Loading…
Reference in New Issue
Block a user