SDK build instructions touchups (#484)

* SDK build instructions touchups

* user-friendly chmod instead of octal
This commit is contained in:
gStart9
2023-08-30 15:25:09 +00:00
committed by GitHub
parent ac900444ad
commit 02c5d807b0

View File

@@ -71,7 +71,7 @@ These tools may or may not be necessary, depending on your environment and the p
.. group-tab:: Debian/Ubuntu
- Build essentials (Ubuntu) - Common build tools and encryption libraries.
- Build essentials - Common build tools and encryption libraries.
.. code-block::
@@ -103,7 +103,7 @@ These tools may or may not be necessary, depending on your environment and the p
https://github.com/mikefarah/yq/releases/latest
Place it in `/usr/local/bin/yq`
Place it at `/usr/local/bin/yq` and ``chmod a+rx /usr/local/bin/yq``
.. group-tab:: CentOS/Fedora
@@ -136,7 +136,7 @@ These tools may or may not be necessary, depending on your environment and the p
https://github.com/mikefarah/yq/releases/latest
Place it in `/usr/local/bin/yq`
Place it at `/usr/local/bin/yq` and ``chmod a+rx /usr/local/bin/yq``
.. note:: Anytime you use a ``git clone`` command in this guide, it will create a new directory with code in it, so make sure you are executing this command from a directory that you want to store code in, such as your ``home`` folder.
@@ -180,7 +180,9 @@ Dependencies - Required
.. code-block::
git clone -b latest --recursive https://github.com/Start9Labs/start-os.git && cd start-os/backend && ./install-sdk.sh
git clone -b latest --recursive https://github.com/Start9Labs/start-os.git && \
cd start-os && make frontends && mkdir -p ./frontend/dist/static && \
cd ./backend && ./install-sdk.sh
Initialize sdk & verify install