mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
README: fix directory name
This commit is contained in:
parent
60dc278f4c
commit
3ce6f507ca
|
@ -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:
|
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 -- 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
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue