Skip to content

Commit 5eec809

Browse files
greg-ferrlubos
authored andcommitted
doc: updating: launching env with sdk-manager
Updated the commands for starting CLI toolchain environment to use `nrfutil sdk-manager toolchain launch`. Forgotten in PR #20978. NRFU-1453. Signed-off-by: Grzegorz Ferenc <[email protected]>
1 parent 22559cf commit 5eec809

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

doc/nrf/installation/updating.rst

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,31 +43,36 @@ Depending on your preferred development method, you can start the correct CLI to
4343

4444
.. group-tab:: Command line
4545

46-
Use the command for your operating system:
46+
Use the command for your operating system with the ``--ncs-version`` corresponding to the version of the |NCS| you are working with.
47+
The following commands start the command line environment for the latest release (|release|):
4748

4849
.. tabs::
4950

5051
.. tab:: Windows
5152

52-
.. code-block:: console
53+
.. parsed-literal::
54+
:class: highlight
5355
54-
nrfutil toolchain-manager launch --terminal
56+
nrfutil sdk-manager toolchain launch --ncs-version |release| --terminal
5557
5658
.. tab:: Linux
5759

58-
.. code-block:: console
60+
.. parsed-literal::
61+
:class: highlight
5962
60-
nrfutil toolchain-manager launch --shell
63+
nrfutil sdk-manager toolchain launch --ncs-version |release| --shell
6164
6265
.. tab:: macOS
6366

64-
.. code-block:: console
67+
.. parsed-literal::
68+
:class: highlight
6569
66-
nrfutil toolchain-manager launch --shell
70+
nrfutil sdk-manager toolchain launch --ncs-version |release| --shell
6771
6872
..
6973
70-
See the documentation for nRF Util's `Toolchain Manager command`_ for the list of supported shells.
74+
You can also use other options instead of ``--ncs-version``.
75+
See the `sdk-manager command documentation <sdk-manager Starting and inspecting the toolchain environment_>`_ for more information.
7176

7277
.. _gs_updating_repos:
7378
.. _gs_updating_repos_examples:

doc/nrf/links.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,7 @@
871871
.. _`Toolchain Manager command`: https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-toolchain-manager/nrfutil-toolchain-manager_0.14.1.html
872872
.. _`sdk-manager command`: https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-sdk-manager/nrfutil-sdk-manager.html
873873
.. _`sdk-manager Configuration settings`: https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-sdk-manager/sdk_manager_config_settings.html
874+
.. _`sdk-manager Starting and inspecting the toolchain environment`: https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-sdk-manager/guides/sdk_manager_env_launch.html
874875
.. _`Recovering the device`: https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-device/guides/programming_recovery.html
875876
.. _`nrfutil-trace`: https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-trace/CHANGELOG.html
876877
.. _`nRF Sniffer for Bluetooth LE`: https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-ble-sniffer/guides/overview.html

0 commit comments

Comments
 (0)