commit 7d5fbe582f3e7c578d18c726971a2f833a1b5d22 parent 93affe6b86636260c1e148c4f9eb18f8ddb15238 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Mon, 11 Jul 2022 21:05:14 +0200 move taldir config file Diffstat:
| M | README.md | | | 1 | + |
| R | taldir.conf -> config/taldir-example.conf | | | 0 |
2 files changed, 1 insertion(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -8,6 +8,7 @@ Compile and run: ``` $ make +$ cp config/taldir-example.conf taldir.conf $ ./taldir-server ``` diff --git a/taldir.conf b/config/taldir-example.conf