mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
Documentation/quickstart/install.rst: update fix incorrect version
10.1.0 -> 12.2.1
This commit is contained in:
@@ -219,13 +219,13 @@ Apache NuttX is actively developed on GitHub. There are two main repositories, `
|
|||||||
.. tab:: Download stable release
|
.. tab:: Download stable release
|
||||||
|
|
||||||
Go to `releases <https://nuttx.apache.org/download/>`_ and choose a version to download. The following
|
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
|
.. code-block:: console
|
||||||
|
|
||||||
$ mkdir nuttxspace
|
$ mkdir nuttxspace
|
||||||
$ cd 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.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.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-apps-12.2.1.tar.gz?action=download -o apps.tar.gz
|
||||||
$ tar zxf nuttx.tar.gz
|
$ tar zxf nuttx.tar.gz
|
||||||
$ tar zxf apps.tar.gz
|
$ tar zxf apps.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user