diff options
| author | AKP <tom@tdpain.net> | 2022-04-06 11:29:59 +0100 |
|---|---|---|
| committer | AKP <tom@tdpain.net> | 2022-04-06 11:29:59 +0100 |
| commit | f7a05ee641f68402a5c3d9ae32ea7c72b43b6ff3 (patch) | |
| tree | 5e2cd7fa6af57a6c4d434e5713afe23991c59c62 /README.md | |
| parent | d9c3155b9c5cd14a76d1eed92ff61305db0667ac (diff) | |
Update README.md
Signed-off-by: AKP <tom@tdpain.net>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -8,14 +8,16 @@  -## Quickstart: Docker +## Quickstart + +### Docker ```bash docker pull ghcr.io/codemicro/walrss:latest docker run -d -v $(pwd)/walrss-data:/run -p 8080:8080 ghcr.io/codemicro/walrss:latest ``` -## Quickstart: Build from source +### Build from source You must have an up-to-date version of the Go toolchain installed. Check `go.mod` for the minimum required version. @@ -27,11 +29,12 @@ go build github.com/codemicro/walrss/walrss ```bash mkdir walrss-data WALRSS_DIR="./walrss-data" ./walrss +# now go to http://127.0.0.1:8080 ``` ## Config -Your `config.yaml` file lives in your data directory, which is specified by the `WALRSS_DIR` environment variable (default is `./`). +Your `config.yaml` file lives in your data directory, which is specified by the `WALRSS_DIR` environment variable (default is `./`). Below is a list of the possible options you can set within it. ```yaml server: |
