Skip to content

Commit

Permalink
docs: update user list command, fixes #35
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Jan 28, 2024
1 parent ffb4755 commit f724273
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ Your database is preloaded with a number of test accounts:
To see all other test accounts (admins, titled accounts, flagged accounts, bots, etc):

```bash
docker compose run --rm -v $(pwd)/scripts:/scripts mongodb bash -c \
"mongosh --host mongodb lichess --file /scripts/mongodb/users.js"
docker compose run --rm python python /scripts/users.py
```

## Stopping Your Workspace
Expand Down

0 comments on commit f724273

Please sign in to comment.