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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
README.md
|
@ -56,7 +56,7 @@ doccano init |
|
|
# Create a super user. |
|
|
# Create a super user. |
|
|
doccano createuser --username admin --password pass |
|
|
doccano createuser --username admin --password pass |
|
|
# Start the webserver. |
|
|
# Start the webserver. |
|
|
doccano webserver -p 8000 |
|
|
|
|
|
|
|
|
doccano webserver --port 8000 |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
And in another terminal, run the following command: |
|
|
And in another terminal, run the following command: |
|
|