Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelden authored Nov 28, 2024
1 parent 2eb84fc commit f45c813
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 @@ -9,7 +9,7 @@ If you have Golang installed, you can build the binary yourself, otherwise downl
`synq-sqlmesh` uses `web` module of `sqlmesh` to collect metadata. It was tested with versions ` >= 0.96.x`. If you do not have `web` module installed do

```bash
pip install 'sqlmesh[web]
pip install "sqlmesh[web]"
```

All commands assume `sqlmesh` command is available in the `PATH`. If that is not the case, `--sqlmesh-cmd` could be used to point synq-sqlmesh to proper location.
Expand Down

0 comments on commit f45c813

Please sign in to comment.