Skip to content

Commit 2456be0

Browse files
authored
new get started (#4793)
1 parent b075a5a commit 2456be0

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ python -m venv .venv
145145
source .venv/bin/activate
146146
pip install 'sqlmesh[lsp]' # install the sqlmesh package with extensions to work with VSCode
147147
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)
150149
```
151150

152151
</details>
@@ -163,13 +162,12 @@ python -m venv .venv
163162
.\.venv\Scripts\Activate.ps1
164163
pip install 'sqlmesh[lsp]' # install the sqlmesh package with extensions to work with VSCode
165164
.\.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)
168166
```
169167
</details>
170168

171169

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!
173171

174172
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.
175173

-5.89 KB
Loading

0 commit comments

Comments
 (0)