Documentation/quickstart/install.rst: update fix incorrect version

10.1.0 -> 12.2.1
This commit is contained in:
simbit18 2023-08-25 15:47:46 +02:00 committed by Xiang Xiao
parent b743d62703
commit 612b8320bb
1 changed files with 3 additions and 3 deletions

View File

@ -219,13 +219,13 @@ Apache NuttX is actively developed on GitHub. There are two main repositories, `
.. tab:: Download stable release
Go to `releases <https://nuttx.apache.org/download/>`_ and choose a version to download. The following
example uses version 10.1.0:
example uses version 12.2.1:
.. code-block:: console
$ mkdir nuttxspace
$ cd nuttxspace
$ curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-12.0.0.tar.gz?action=download -o nuttx.tar.gz
$ curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-apps-12.0.0.tar.gz?action=download -o apps.tar.gz
$ curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.2.1/apache-nuttx-12.2.1.tar.gz?action=download -o nuttx.tar.gz
$ curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.2.1/apache-nuttx-apps-12.2.1.tar.gz?action=download -o apps.tar.gz
$ tar zxf nuttx.tar.gz
$ tar zxf apps.tar.gz