@@ 17,11 17,11 @@ of a specially-formatted text file
## installing
```
+$ git clone https://git.amehut.dev/~aleteoryx/webjrnl
+$ cd webjrnl
$ go build -ldflags '-w -s'
$ mkdir db
$ echo '[{"id": "marmalade", "passhash": "..."}]' >db/users.json
-$ ./jrnl
-usage: ./jrnl [-proxied] addr [mtpt]
$ ./jrnl :8080 db
initialized!
```
@@ 67,6 67,9 @@ webjrnl is written in such a way that multiple instances can be pointed
to the same database, and access it concurrently without risk of
corruption.
+for convenience, an openrc script is included at /openrc. edit it to
+your needs.
+
## usage