Update 'docs/getting_started.rst'

Actually, this version still uses old folder names
This commit is contained in:
Robin Müller 2022-08-01 20:47:53 +02:00
parent 1db04cf20c
commit 19817bd3a5
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ You can use the following commands inside the ``fsfw`` folder to set up the buil
.. code-block:: console
mkdir cmake-build-tests && cd cmake-build-tests
mkdir build-tests && cd build-tests
cmake -DFSFW_BUILD_TESTS=ON -DFSFW_OSAL=host ..