From 6608c36d1cd3df20a7a8c9e1e45f4d9e0cfce640 Mon Sep 17 00:00:00 2001 From: Efrat Levitan <41479945+Efrat19@users.noreply.github.com> Date: Sun, 6 Oct 2019 22:15:46 +0300 Subject: [PATCH 1/6] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 220f41d2d92..d4e69f31aac 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ build the source code, run the tests, and contribute your changes to the project ## How to install +### macOS/Linux installation via HomeBrew + +Thanks to @Efrat19, arduino-cli is now availabe as a brew formula: +``` +brew install arduino-cli +``` ### Get the latest package #### Using the install script From 9e550bbc40eccb6f0b39adaf66c78ec5f1bf7f52 Mon Sep 17 00:00:00 2001 From: Efrat Levitan <41479945+Efrat19@users.noreply.github.com> Date: Sun, 6 Oct 2019 22:17:07 +0300 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4e69f31aac..ea5d0bac4d2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ build the source code, run the tests, and contribute your changes to the project ### macOS/Linux installation via HomeBrew -Thanks to @Efrat19, arduino-cli is now availabe as a brew formula: +Thanks to [Efrat19](https://github.com/efrat19), arduino-cli is now availabe as a brew formula: ``` brew install arduino-cli ``` From 06c772ea27bcdfb1946f0bb515fa4f6eec7a791b Mon Sep 17 00:00:00 2001 From: Efrat Levitan <41479945+Efrat19@users.noreply.github.com> Date: Mon, 7 Oct 2019 12:24:16 +0300 Subject: [PATCH 3/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea5d0bac4d2..ba94b4b1209 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ build the source code, run the tests, and contribute your changes to the project Thanks to [Efrat19](https://github.com/efrat19), arduino-cli is now availabe as a brew formula: ``` +brew update brew install arduino-cli ``` ### Get the latest package From b415d6a25e33a6c7130995e860d76421d51a2094 Mon Sep 17 00:00:00 2001 From: Efrat Levitan <41479945+Efrat19@users.noreply.github.com> Date: Tue, 8 Oct 2019 11:06:54 +0300 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba94b4b1209..a2d9dc0a5c6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ build the source code, run the tests, and contribute your changes to the project ## How to install -### macOS/Linux installation via HomeBrew +### macOS/Linux installation via Homebrew Thanks to [Efrat19](https://github.com/efrat19), arduino-cli is now availabe as a brew formula: ``` From caa9adcc009eb04911c96f8ab930cff76a57660d Mon Sep 17 00:00:00 2001 From: Efrat Levitan <41479945+Efrat19@users.noreply.github.com> Date: Tue, 8 Oct 2019 11:29:44 +0300 Subject: [PATCH 5/6] Update README.md Co-Authored-By: Edoardo T --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2d9dc0a5c6..67c0024e7f5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ build the source code, run the tests, and contribute your changes to the project ### macOS/Linux installation via Homebrew -Thanks to [Efrat19](https://github.com/efrat19), arduino-cli is now availabe as a brew formula: +Thanks to [Efrat19](https://github.com/efrat19), arduino-cli is availabe as a brew formula since version `0.5.0`: ``` brew update brew install arduino-cli From 83495fd6f09fbb8ba6df2d62b9c45bd46019b044 Mon Sep 17 00:00:00 2001 From: Efrat Levitan <41479945+Efrat19@users.noreply.github.com> Date: Tue, 15 Oct 2019 17:49:25 +0300 Subject: [PATCH 6/6] Update README.md Co-Authored-By: Roberto Sora --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67c0024e7f5..50fc917ca8f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ build the source code, run the tests, and contribute your changes to the project ### macOS/Linux installation via Homebrew -Thanks to [Efrat19](https://github.com/efrat19), arduino-cli is availabe as a brew formula since version `0.5.0`: +The arduino-cli is available as a brew formula since version `0.5.0`: ``` brew update brew install arduino-cli