summaryrefslogtreecommitdiffstats
path: root/user/start
diff options
context:
space:
mode:
authorIda Delphine <idadelm@gmail.com>2021-03-20 19:54:54 +0100
committerGedare Bloom <gedare@rtems.org>2021-03-25 08:41:11 -0600
commitae11bc72c1804c2bb32a3d920be1d5752a454ef4 (patch)
treee0bbdb75be2067c09adee5b8b0312f1d91bad0d1 /user/start
parenteng: Add example to action requirements how-to (diff)
downloadrtems-docs-ae11bc72c1804c2bb32a3d920be1d5752a454ef4.tar.bz2
prefixes: Update installation prefix
Diffstat (limited to 'user/start')
-rw-r--r--user/start/prefixes.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/user/start/prefixes.rst b/user/start/prefixes.rst
index 67255d0..826ce85 100644
--- a/user/start/prefixes.rst
+++ b/user/start/prefixes.rst
@@ -40,7 +40,7 @@ applications and systems.
You build and install the tool suite with the :ref:`RTEMS Source Builder (RSB)
<RSB>`. By default, the RSB will start the prefix path with a host operating
system specific path plus :file:`rtems`, and the RTEMS version, e.g.
-:file:`/opt/rtems/5` on Linux, and :file:`/usr/local/rtems/5` on FreeBSD and
+:file:`/opt/rtems/6` on Linux, and :file:`/usr/local/rtems/6` on FreeBSD and
macOS. Placing the RTEMS version number in the path lets you manage and
migrate RTEMS versions as they are released.
@@ -50,10 +50,10 @@ make sure that your normal user has sufficient privileges to create files and
directories under the prefix. For example, you can create a directory
:file:`/opt/rtems` and give it to a developer group with read, write, and
execute permissions. Alternatively, you can choose a prefix in your home
-directory, e.g. :file:`$HOME/rtems/5` or with a project-specific component
-:file:`$HOME/project-x/rtems/5`. For more ideas, see the :ref:`project
+directory, e.g. :file:`$HOME/rtems/6` or with a project-specific component
+:file:`$HOME/project-x/rtems/6`. For more ideas, see the :ref:`project
sandboxing <ProjectSandboxing>` section. In this quick start chapter, we will
-choose :file:`$HOME/quick-start/rtems/5` for the RTEMS tool suite prefix.
+choose :file:`$HOME/quick-start/rtems/6` for the RTEMS tool suite prefix.
.. warning::