gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taldir] branch master updated: update readme


From: gnunet
Subject: [taler-taldir] branch master updated: update readme
Date: Wed, 06 Jul 2022 16:50:23 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository taldir.

The following commit(s) were added to refs/heads/master by this push:
     new c30539f  update readme
c30539f is described below

commit c30539faa89e7a7077a4cbe7ea37c099d04e7bb6
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Jul 6 16:50:20 2022 +0200

    update readme
---
 README.md | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 8874911..7ceb23d 100644
--- 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.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]