Skip to content

Commit

Permalink
docs: fix seed data command
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode authored Jan 17, 2024
1 parent cd6dc02 commit 1cd2b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The easiest way it to start a local dockerized environment which will run the da
2. Run `yarn` to install packages
3. Run `lando start` inside the repo
* Docker daemon is also started automatically
4. (Optional) Run `yarn bootstrap` to add sample projects to the database
4. (Optional) Run `yarn seed-data` to add sample projects to the database

Docker containers will start and the services will be available under the these URLs:

Expand Down

0 comments on commit 1cd2b67

Please sign in to comment.