Jérôme Deuchnord 0ca503e939 | há 11 meses | |
---|---|---|
.. | ||
README.md | há 4 anos | |
kosmorro.1.md | há 11 meses | |
kosmorro.7.md | há 3 anos |
This folder contains Kosmorro’s manpages.
Two sections are available:
To open the manpage from section 1, open a terminal and invoke:
man kosmorro
If you want to open the vocabulary:
man 7 kosmorro
man
complains there’s “No manual entry for kosmorro”Sometimes, especially on Mac, man
needs to be informed about where the manpages are stored by Python 3. Invoke the following command to do this:
echo 'export MANPATH=/usr/local/man:$MANPATH' >> $HOME/.bashrc
And open a new terminal.
NB: if you are not using Bash, change .bashrc
with the correct file.