You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/getting_started.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Essential packages
7
7
8
8
.. warning::
9
9
:ref:`rez-bind` is going to be deprecated. The current implementation is not actively maintained.
10
-
Especially on windows, using :option:`--quickstart <rez-bind --quickstart>` is likely to fail.
10
+
Especially on Windows, using :option:`--quickstart <rez-bind --quickstart>` is likely to fail.
11
11
12
12
Even if rez-bind will be deprecated and we generally discourage its use, you can safely use it for creating the ``arch``, ``os`` and ``platform`` packages.
13
13
@@ -144,7 +144,7 @@ You can use the :ref:`rez-env` tool to request a configured environment containi
144
144
> ]$ █
145
145
146
146
Now you are within the configured environment. The caret (``>``) prefixed to your prompt is a visual
147
-
cue telling you that you're within a rez-configured subshell. Rez does not update the currect environment,
147
+
cue telling you that you're within a rez-configured subshell. Rez does not update the current environment,
148
148
instead it configures a subshell and puts you within it.
149
149
150
150
Now you can run the ``hello`` tool in our ``hello_world`` package:
@@ -176,7 +176,7 @@ initially created the environment:
0 commit comments