Skip to content

Commit a4bbeda

Browse files
committed
new get started
1 parent d083888 commit a4bbeda

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ SQLMesh is a next-generation data transformation framework designed to ship data
66

77
It is more than just a [dbt alternative](https://tobikodata.com/reduce_costs_with_cron_and_partitions.html).
88

9+
TODO: replace image
910
<p align="center">
1011
<img src="docs/readme/architecture_diagram.png" alt="Architecture Diagram" width="100%" height="100%">
1112
</p>
@@ -145,8 +146,7 @@ python -m venv .venv
145146
source .venv/bin/activate
146147
pip install 'sqlmesh[lsp]' # install the sqlmesh package with extensions to work with VSCode
147148
source .venv/bin/activate # reactivate the venv to ensure you're using the right installation
148-
sqlmesh init duckdb # get started right away with a local duckdb instance
149-
sqlmesh plan # see the plan for the changes you're making
149+
sqlmesh init # follow the prompts to get started (choose DuckDB)
150150
```
151151

152152
</details>
@@ -163,8 +163,7 @@ python -m venv .venv
163163
.\.venv\Scripts\Activate.ps1
164164
pip install 'sqlmesh[lsp]' # install the sqlmesh package with extensions to work with VSCode
165165
.\.venv\Scripts\Activate.ps1 # reactivate the venv to ensure you're using the right installation
166-
sqlmesh init duckdb # get started right away with a local duckdb instance
167-
sqlmesh plan # see the plan for the changes you're making
166+
sqlmesh init # follow the prompts to get started (choose DuckDB)
168167
```
169168
</details>
170169

0 commit comments

Comments
 (0)