taldir

Directory service to resolve wallet mailboxes by messenger addresses
Log | Files | Refs | Submodules | README | LICENSE

commit a231e6df82f764940c4aac6799dd66ddd7f6e3ba
parent 68388aabf73b0b25a3015c5dc33103ab847bae7e
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Fri, 10 Jan 2025 13:40:10 +0100

Readme update

Diffstat:
MREADME.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -8,8 +8,10 @@ The API can be found here: https://docs.taler.net/core/api-taldir.html Compile and run: ``` -$ make +$ make && make install +(You may have to set your $PATH to include the go/bin folder accordingly) $ cp config/taldir-example.conf taldir.conf +(Edit taldir.conf to fit your needs) $ ./taldir-server ```