You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,8 +145,7 @@ python -m venv .venv
145
145
source .venv/bin/activate
146
146
pip install 'sqlmesh[lsp]' # install the sqlmesh package with extensions to work with VSCode
147
147
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
148
+
sqlmesh init # follow the prompts to get started (choose DuckDB)
150
149
```
151
150
152
151
</details>
@@ -163,13 +162,12 @@ python -m venv .venv
163
162
.\.venv\Scripts\Activate.ps1
164
163
pip install 'sqlmesh[lsp]' # install the sqlmesh package with extensions to work with VSCode
165
164
.\.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
165
+
sqlmesh init # follow the prompts to get started (choose DuckDB)
168
166
```
169
167
</details>
170
168
171
169
172
-
Follow the [quickstart guide](https://sqlmesh.readthedocs.io/en/stable/quickstart/cli/#1-create-the-sqlmesh-project) to learn how to use SQLMesh. You already have a head start!
170
+
Follow the [quickstart guide](https://sqlmesh.readthedocs.io/en/stable/quickstart/cli/) to learn how to use SQLMesh. You already have a head start!
173
171
174
172
Follow the [crash course](https://sqlmesh.readthedocs.io/en/stable/examples/sqlmesh_cli_crash_course/) to learn the core movesets and use the easy to reference cheat sheet.
0 commit comments