From f8b8b3dbf104efa534ade0e7ba43e4786599b506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Mon, 4 May 2026 17:37:50 -0300 Subject: [PATCH 1/2] README: Add single-branch option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 532ef6c9..be31ee11 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ There is also a [website](https://docs.bluerobotics.com/BlueOS-Extensions-Reposi ```bash # clone and enter the repo -git clone ... +git clone --single-branch ... cd BlueOS-Extensions-Repository # install yarn if necessary (`brew install yarn` on mac) sudo apt install -y yarn From 30d4a154d504ad8b63b1c14923a9e4f824546ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Mon, 4 May 2026 17:38:51 -0300 Subject: [PATCH 2/2] README: Add url for repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be31ee11..73fbf2fa 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ There is also a [website](https://docs.bluerobotics.com/BlueOS-Extensions-Reposi ```bash # clone and enter the repo -git clone --single-branch ... +git clone --single-branch https://github.com/bluerobotics/BlueOS-Extensions-Repository cd BlueOS-Extensions-Repository # install yarn if necessary (`brew install yarn` on mac) sudo apt install -y yarn