From b913049e278c485dc239b00b63d2859b8eab2e4f Mon Sep 17 00:00:00 2001 From: "james.balamuta@gmail.com" Date: Thu, 28 Nov 2024 09:00:15 -0600 Subject: [PATCH] Boilerplate install --- README.md | 2 ++ docs/index.qmd | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index efbcffe..4c05501 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ The `{quarto-colab}` extension enables Google Colab integration for your Quarto ## Installation +Add the extension to your Quarto project by running the following command in Terminal within your Quarto project directory: + ```bash quarto add coatless-quarto/colab ``` diff --git a/docs/index.qmd b/docs/index.qmd index daa1a1f..ca81faf 100644 --- a/docs/index.qmd +++ b/docs/index.qmd @@ -15,6 +15,8 @@ The `{quarto-colab}` extension enables Google Colab integration for your Quarto ## Installation +Add the extension to your Quarto project by running the following command in Terminal within your Quarto project directory: + ```bash quarto add coatless-quarto/colab ```