commit c30539faa89e7a7077a4cbe7ea37c099d04e7bb6 parent 55dbb35a15ab649f774e8f5d8674396e8a223e11 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Wed, 6 Jul 2022 16:50:20 +0200 update readme Diffstat:
| M | README.md | | | 14 | ++++---------- |
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md @@ -7,21 +7,15 @@ # Build and Run -Run for testing: - -``` -$ go run . -``` - Compile and run: ``` -$ go build -$ ./taldir +$ make +$ ./taldir-server ``` # Configuration -The configuration file of taldir is ```config.json```. +The configuration file of taldir is ```taldir.conf```. The following configuration varaibles exist: @@ -33,4 +27,4 @@ The following configuration varaibles exist: * "bind_to" (string): Where to bind and listen (HTTP server). * "salt" (string): The salt to use for identity key hashes in the databse. -Examples and defaults for the configuration can be found in the ```config.json``` file shipped with this software. +Examples and defaults for the configuration can be found in the ```taldir.conf``` file shipped with this software.