Skip to content

Commit

Permalink
RTD update: Change $echo PATH to which kpp in 01_installation.rst
Browse files Browse the repository at this point in the history
docs/source/getting_started/01_installation.rst
- Now instruct users to type "which kpp" instead of "echo $PATH"
  (h/t Mike Long, @msl3v)

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed Dec 2, 2022
1 parent d7eccf8 commit 947806b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/getting_started/01_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ Now if you type:

.. code-block:: console
$ echo $PATH
$ which kpp
You should see the :envvar:`$KPP_HOME/bin` directory placed at the end of
the :envvar:`PATH` variable.
the path to the executable file (:file:`kpp`) will be displayed. This
path should match the path specified by :file:`$KPP_HOME/bin/kpp`.

.. _test-for-dependencies:

Expand Down

0 comments on commit 947806b

Please sign in to comment.