Skip to content

Commit 92e4c95

Browse files
authored
Update README.md
1 parent 35675e8 commit 92e4c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ $ solid start
101101
Otherwise, if you want to use flags, this would be the equivalent
102102

103103
```bash
104-
$ solid --multiuser --port 8443 --cert /path/to/cert --key /path/to/key --root ./accounts
104+
$ solid --multiuser --port 8443 --cert /path/to/cert --key /path/to/key --root ./data
105105
```
106106

107107
Your users will have a dedicated folder under `./data` at `./data/<username>.<yourdomain.tld>`. Also, your root domain's website will be in `./data/<yourdomain.tld>`. New users can create accounts on `/api/accounts/new` and create new certificates on `/api/accounts/cert`. An easy-to-use sign-up tool is found on `/api/accounts`.

0 commit comments

Comments
 (0)