From 0113a7b8840d935defd08b73a28284d525e416ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Sm=C3=B3=C5=82ka?= Date: Wed, 21 Feb 2024 20:53:51 +0100 Subject: [PATCH 1/2] Update README.md Co-authored-by: Robert Laszczak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a574fc..59f540c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is the `tdl` CLI tool used for running the interactive trainings on the [Th ## Install -### Script (macOS, Linux) +### Script (macOS, Linux) - recommended ```sh sudo /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/ThreeDotsLabs/cli/master/install.sh)" -- -b /usr/local/bin``` From 317b8f8cc420ce87acfcfb709dbbc880f3d81678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Sm=C3=B3=C5=82ka?= Date: Wed, 21 Feb 2024 20:54:05 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: Robert Laszczak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59f540c..8d1b0c1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is the `tdl` CLI tool used for running the interactive trainings on the [Th ### Script (macOS, Linux) - recommended ```sh -sudo /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/ThreeDotsLabs/cli/master/install.sh)" -- -b /usr/local/bin``` +sudo /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/ThreeDotsLabs/cli/master/install.sh)" -- -b /usr/local/bin ``` ### Script (Windows)