We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19227c2 commit 1125227Copy full SHA for 1125227
README.md
@@ -39,7 +39,7 @@ $ ldnode --port 8443 --ssl-key path/to/ssl-key.pem --ssl-cert path/to/ssl-cert.p
39
40
First time user? If you have never run `ldnode` before, let's get you a WebID to access your server.
41
```bash
42
-$ ldnode --port 8443 --ssl-key path/to/ssl-key.pem --ssl-cert path/to/ssl-cert.pem
+$ ldnode --port 8443 --ssl-key path/to/ssl-key.pem --ssl-cert path/to/ssl-cert.pem --create-admin
43
# Action required: Create your admin account on https://localhost:8080/
44
# When done, stop your server (<ctrl>+c) and restart without "--create-admin"
45
```
0 commit comments