Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 2e75b43

Browse files
author
Luan Fernandes
committed
another readme update
1 parent 59a225e commit 2e75b43

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ make build
1616
## Run Locally
1717

1818
```
19-
docker pull metabase/metabase:latest
20-
21-
make run
19+
make first-run
2220
```
23-
Once the Metabase startup completes, you can access your Metabase at `localhost:3000`.
21+
Once the Metabase startup completes, you can access your Metabase at `localhost:3000`, which pulls metabase docker image and then start this project. Next time you need to run this project again, you can use `make run` command.
2422

2523
## Add Data
2624

0 commit comments

Comments
 (0)