From 41c9358d6d9527d5a3dbcef826bdc22e4ed458e4 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Thu, 26 Sep 2024 12:51:20 +0100 Subject: [PATCH] Add SSH info to installation.rst --- doc/programming_guide/installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/programming_guide/installation.rst b/doc/programming_guide/installation.rst index 66065b3d..3bccd2a6 100644 --- a/doc/programming_guide/installation.rst +++ b/doc/programming_guide/installation.rst @@ -49,6 +49,8 @@ Clone the XCORE-IOT repository with the following command: git clone --recurse-submodules git@github.com:xmos/xcore_iot.git +The submodules require SSH to be correctly configured, please refer to https://docs.github.com/en/authentication/connecting-to-github-with-ssh for more details. + ================================= Step 2. Install Host Applications =================================