Skip to content

Haerbernd/jsh-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

man page installation

To install the manpages move or copy the contents of the man directory into /usr/local/man (e.g. man/man1 -> /usr/local/man/man1.

Use for example

sudo cp -r man /usr/local/man

When the manpages are installed you can simply call them with the man command

man jsh

Viewing without installation

When you want to view/read the manpages without installing them on your system, you have to call them with the man command while specifying their path.

man ./man/man1/jsh.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors