2021-05-29 06:00:17 +00:00
|
|
|
# Permafrost
|
|
|
|
Lightweight single-site browser generator using Webview or Chrome/Chromium.
|
|
|
|
|
2021-05-29 06:03:06 +00:00
|
|
|
### 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.
|