Update start-sdk installation instruction (#548)

This commit is contained in:
Remco Ros
2023-11-27 05:12:16 +01:00
committed by GitHub
parent d7739ad33f
commit 493dac8cb1

View File

@@ -181,8 +181,8 @@ Dependencies - Required
.. code-block:: .. code-block::
git clone https://github.com/Start9Labs/start-os.git && \ git clone https://github.com/Start9Labs/start-os.git && \
cd start-os && make frontends && mkdir -p ./frontend/dist/static && \ cd start-os && git submodule update --init --recursive && \
cd ./backend && ./install-sdk.sh make sdk
Initialize sdk & verify install Initialize sdk & verify install