Browse Source

Update installation document

pull/1147/head
Hironsan 3 years ago
parent
commit
24ef114e16
1 changed files with 1 additions and 1 deletions
  1. 2
      docs/getting-started.md

2
docs/getting-started.md

@ -52,7 +52,7 @@ Or, you can setup via Python and Node.js:
```bash
$ git clone https://github.com/doccano/doccano.git
$ cd doccano/app
$ pip install -r requirements.txt
$ pipenv sync --dev
$ python manage.py migrate
$ python manage.py create_roles
$ python manage.py create_admin --noinput --username "admin" --email "admin@example.com" --password "password"

Loading…
Cancel
Save