Skip to content

Commit afa7ed8

Browse files
authored
Merge pull request #1016 from evmiguel/master
Missing start in multiuser example command
2 parents f60a04f + 1acc9a7 commit afa7ed8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $ solid start
104104
Otherwise, if you want to use flags, this would be the equivalent
105105

106106
```bash
107-
$ solid --multiuser --port 8443 --cert /path/to/cert --key /path/to/key --root ./data
107+
$ solid start --multiuser --port 8443 --cert /path/to/cert --key /path/to/key --root ./data
108108
```
109109

110110
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`.
@@ -226,8 +226,8 @@ docker run -p 8443:8443 --name solid node-solid-server
226226
```
227227

228228
This will enable you to login to solid on https://localhost:8443 and then create a new account
229-
but not yet use that account. After a new account is made you will need to create an entry for
230-
it in your local (/etc/)hosts file in line with the account and subdomain i.e.
229+
but not yet use that account. After a new account is made you will need to create an entry for
230+
it in your local (/etc/)hosts file in line with the account and subdomain i.e.
231231

232232
127.0.0.1 newsoliduser.localhost
233233

0 commit comments

Comments
 (0)