updated README
This commit is contained in:
parent
beb880ed43
commit
eaf72847b1
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -92,10 +92,16 @@ using an AUR package manager such as <a href="https://github.com/Morganamilo/par
|
|||
Install the package using Cargo with the command <code>cargo install tmux-remux</code>.
|
||||
</details>
|
||||
|
||||
### Man Page
|
||||
### Supplemental
|
||||
|
||||
<details>
|
||||
<summary>Section 1</summary>
|
||||
<summary>Bash Completions</summary>
|
||||
Copy <code>bash_completion/remux</code> to the appropriate directory, typically
|
||||
<code>/usr/share/bash-completion</code>.
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Man Page: Section 1</summary>
|
||||
Copy <code>man/remux.1</code> into <code>/usr/share/man/man1/</code>.
|
||||
</details>
|
||||
|
||||
|
|
Loading…
Reference in a new issue