Skip to content

Commit

Permalink
Add man stuff to README installation checklists
Browse files Browse the repository at this point in the history
  • Loading branch information
arf20 committed May 21, 2022
1 parent fdde094 commit e6a27fd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,15 @@ Two ways:
mkdir /usr/local/share/fcow
cp src/fcow /usr/local/bin/fcow
cp share/HELP /usr/local/share/fcow/HELP
# TODO: MAN
mkdir /usr/local/man/man6/
cp man/fcow.6 /usr/local/man/man6/fcow.6
```

2. Making symlinks:
```sh
ln -srf src/fcow /usr/local/bin/fcow
mkdir /usr/local/share/fcow
ln -srf share /usr/local/share/fcow
# TODO: MAN
mkdir /usr/local/man/man6/
ln -srf man/fcow.6 /usr/local/man/man6/fcow.6
```

0 comments on commit e6a27fd

Please sign in to comment.