Browse Source

Changed "doccano webserver -p" argument to "--port"

-p is not a valid parameter, unlike --port.
pull/1323/head
Lucas Rodrigues 3 years ago
committed by GitHub
parent
commit
9293429f37
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -56,7 +56,7 @@ doccano init
# Create a super user.
doccano createuser --username admin --password pass
# Start the webserver.
doccano webserver -p 8000
doccano webserver --port 8000
```
And in another terminal, run the following command:

Loading…
Cancel
Save