Skip to content

Commit 79c1366

Browse files
committed
add links
1 parent 561625f commit 79c1366

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/installation.md

+3
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ Install SQLMesh using `pip`:
1313
```bash
1414
pip install sqlmesh
1515
```
16+
17+
## Next steps
18+
* [Jump right in with the quickstart](quick_start.md)

docs/prerequisites.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ python --version
1616

1717
## Additional prerequisites for integrations
1818

19-
If integrating with Airflow, you'll also need to install the SQLMesh Python package on all nodes of the Airflow cluster. For more information, refer to [Integrate with Airflow](./guides/scheduling.md#integrating-with-airflow).
19+
If integrating with Airflow, you'll also need to install the SQLMesh Python package on all nodes of the Airflow cluster. For more information, refer to [Integrate with Airflow](./guides/scheduling.md#integrating-with-airflow).
20+
21+
## Next steps
22+
* [Install SQLMesh](installation.md)

0 commit comments

Comments
 (0)