From db5391b2cdb67695162f11e70f9f663514e4107b Mon Sep 17 00:00:00 2001 From: William Giang <33235753+WillGiang@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:52:07 -0500 Subject: [PATCH 1/5] README capitalization of Linux and Mac linux -> Linux mac -> Mac --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a3a9f0aeb..fa60998c18 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Learn more about Quarto at . ## Development Version -To install the development version of the Quarto CLI, clone the quarto-cli repository then run the configure script for your platform (`configure.sh`, for linux/mac or `configure.cmd` for Windows). For example: +To install the development version of the Quarto CLI, clone the quarto-cli repository then run the configure script for your platform (`configure.sh`, for Linux/Mac or `configure.cmd` for Windows). For example: ```bash git clone https://github.com/quarto-dev/quarto-cli From 56cf78e20dc15aa54cf191d1ebf3cc07eb7ab7ee Mon Sep 17 00:00:00 2001 From: William Giang <33235753+WillGiang@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:53:10 -0500 Subject: [PATCH 2/5] remove "just" from instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa60998c18..5bc21ffe80 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ cd quarto-cli ./configure.sh ``` -To update to the latest development version, just `git pull` from the local repo directory: +To update to the latest development version, `git pull` from the local repo directory: ```bash cd quarto-cli From 89fc1fb2aa48aea31e968304bdb002580d7603cc Mon Sep 17 00:00:00 2001 From: William Giang <33235753+WillGiang@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:13:56 -0500 Subject: [PATCH 3/5] add "run" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bc21ffe80..43a5acadbc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ cd quarto-cli ./configure.sh ``` -To update to the latest development version, `git pull` from the local repo directory: +To update to the latest development version, run `git pull` from the local repo directory: ```bash cd quarto-cli From 03fb812b44da12d04dff4c0753e78c10d4513e0d Mon Sep 17 00:00:00 2001 From: William Giang <33235753+WillGiang@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:14:20 -0500 Subject: [PATCH 4/5] Mac -> macOS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43a5acadbc..58bc4446b2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Learn more about Quarto at . ## Development Version -To install the development version of the Quarto CLI, clone the quarto-cli repository then run the configure script for your platform (`configure.sh`, for Linux/Mac or `configure.cmd` for Windows). For example: +To install the development version of the Quarto CLI, clone the quarto-cli repository then run the configure script for your platform (`configure.sh`, for Linux/macOS or `configure.cmd` for Windows). For example: ```bash git clone https://github.com/quarto-dev/quarto-cli From 5096a5275ad4972ee6fdedf52f743942fcca26bb Mon Sep 17 00:00:00 2001 From: William Giang <33235753+WillGiang@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:14:44 -0500 Subject: [PATCH 5/5] remove comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58bc4446b2..659c12b993 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Learn more about Quarto at . ## Development Version -To install the development version of the Quarto CLI, clone the quarto-cli repository then run the configure script for your platform (`configure.sh`, for Linux/macOS or `configure.cmd` for Windows). For example: +To install the development version of the Quarto CLI, clone the quarto-cli repository then run the configure script for your platform (`configure.sh` for Linux/macOS or `configure.cmd` for Windows). For example: ```bash git clone https://github.com/quarto-dev/quarto-cli