Skip to content

Commit

Permalink
Fix mistake in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Jul 10, 2024
1 parent 2469107 commit 9462632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ browser to `http://localhost:8080` and enter:
### Run ingest
```bash
docker compose run ingest init # Create empty tables (deleting any pre-existing ones)
docker compose run ingest load # Load the tables from event files
docker compose run cli init # Create empty tables (deleting any pre-existing ones)
docker compose run cli load # Load the tables from event files
```
From a fast disk, this should take under 2 minutes.
Expand Down

0 comments on commit 9462632

Please sign in to comment.