From 3ce6f507cac9df6077a1ada21f186ead1bd09d20 Mon Sep 17 00:00:00 2001 From: Alberto Planas Date: Wed, 13 Nov 2019 11:59:18 +0100 Subject: [PATCH] README: fix directory name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c98f337e..678de36b1 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ let's encrypt, but if this is not possible, please use our insecure cert tool: You can now build and run the server with: - cd kanidm + cd kanidmd cargo run -- recover_account -D /tmp/kanidm.db -n admin cargo run -- server -D /tmp/kanidm.db -C ../insecure/ca.pem -c ../insecure/cert.pem -k ../insecure/key.pem --domain localhost --bindaddr 127.0.0.1:8080