Skip to content

Commit

Permalink
apply more CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kazauwa committed May 15, 2020
1 parent 581b702 commit 0ccfca5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ services:
Don't forget to create a superuser:

```bash
docker exec -t its-on python scripts/create_user.py --login=admin --password=passwordd --is_superuser
docker exec -t its-on python scripts/create_user.py --login=admin \
--password=passwordd \
--is_superuser
```

Navigate to `http://127.0.0.1:8081/api/docs` in your browser and
Expand Down

0 comments on commit 0ccfca5

Please sign in to comment.