Skip to content

Commit

Permalink
Update README [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
yukihirop committed Dec 25, 2020
1 parent 9151905 commit 154b248
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ Download from [release page](https://github.com/yukihirop/ultraman/releases), an

If you want to install the `man`,

Suppose you unzip the archive in the `./tmp` directory

```bash
install -Dm644 ./tmp/ultraman.1 /usr/local/share/man/man1/ultraman.1
```

or

```bash
git clone [email protected]:yukihirop/ultraman.git && cd ultraman
make install_man
Expand Down

0 comments on commit 154b248

Please sign in to comment.