Skip to content

Commit ec9591f

Browse files
committed
doc: add module cmd enabling guidelines for Ksh
Signed-off-by: Xavier Delaruelle <[email protected]>
1 parent 8e30699 commit ec9591f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

INSTALL.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,13 @@ of the shell you use.
216216
# enable module command
217217
. /usr/share/modules/init/zsh
218218
219+
* For **Ksh**, update personal (``~/.kshrc``) initialization file:
220+
221+
.. code-block:: sh
222+
223+
# enable module command
224+
. /usr/share/modules/init/ksh
225+
219226
Configuration
220227
-------------
221228

0 commit comments

Comments
 (0)