From 8899fec8440a803b8c5cef1f0ef0973fc0200d63 Mon Sep 17 00:00:00 2001 From: Mariusz Kogen Date: Mon, 18 Dec 2023 06:42:30 +0100 Subject: [PATCH] Fix sdk install (#561) --- site/source/developer-docs/dev-tools/embassy-sdk.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/source/developer-docs/dev-tools/embassy-sdk.rst b/site/source/developer-docs/dev-tools/embassy-sdk.rst index ec0f540..b142f6f 100644 --- a/site/source/developer-docs/dev-tools/embassy-sdk.rst +++ b/site/source/developer-docs/dev-tools/embassy-sdk.rst @@ -15,7 +15,7 @@ You can install this component on any system, without needing to run StartOS, by .. code-block:: - git clone -b latest --recursive https://github.com/Start9Labs/start-os.git && cd start-os/backend && ./install-sdk.sh + git clone -b sdk --recursive https://github.com/Start9Labs/start-os.git && cd start-os && make sdk Next, initialize the SDK and verify the installation was successful: