mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1280 from ShaneMaglangit/chore/update-readme-bash
Chore: Corrected the terminal commands specified on the README's Frontend Development section
This commit is contained in:
commit
94dd4e8dd8
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ with docker compose and the frontend locally:
|
|||
```bash
|
||||
docker-compose up api content-fetch
|
||||
cd packages/web
|
||||
cp .env.local .env
|
||||
cp .env.template .env
|
||||
yarn dev
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue