From 9293429f37307998a68f412f6ab66bb42db30426 Mon Sep 17 00:00:00 2001 From: Lucas Rodrigues <33637247+lucasrdrgs@users.noreply.github.com> Date: Thu, 22 Apr 2021 20:24:18 -0300 Subject: [PATCH] Changed "doccano webserver -p" argument to "--port" -p is not a valid parameter, unlike --port. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5799083d..7c8686e8 100644 --- a/README.md +++ b/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: