Browse Source

Merge pull request #1277 from lapolonio/patch-3

Update getting-started.md
pull/1279/head v1.2.3
Hiroki Nakayama 3 years ago
committed by GitHub
parent
commit
873b498cff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions
  1. 4
      docs/getting-started.md

4
docs/getting-started.md

@ -51,8 +51,10 @@ Or, you can setup via Python and Node.js:
```bash
$ git clone https://github.com/doccano/doccano.git
$ cd doccano/app
$ cd doccano
$ pipenv sync --dev
$ pipenv shell
$ cd app
$ 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