Browse Source
Merge pull request #1323 from lucasrdrgs/patch-1
Changed "doccano webserver -p" argument to "--port"
pull/1324/head
Hiroki Nakayama
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. |
|
|
|
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: |
|
|
|