Skip to content

Commit

Permalink
Automatic Man Page Update
Browse files Browse the repository at this point in the history
Signed-off-by: smux-docs-bot <smux-docs-bot@users.noreply.github.com>
  • Loading branch information
actions-user authored and smux-docs-bot committed Jan 4, 2023
1 parent 0d4a0be commit 3ea5016
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion man/man1/smux.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 2.9.2.1
.\"
.TH "SMUX" "1" "Dec 2022" "smux" "User Manual"
.TH "SMUX" "1" "Jan 2023" "smux" "User Manual"
.hy
.SH NAME
.PP
Expand Down Expand Up @@ -59,6 +59,30 @@ smux --list destination
\f[R]
.fi
.SH INSTALLATION
.SS curl
.PP
If you trust me (or have proofread the install script), you can install
smux with a one-liner.
.IP
.nf
\f[C]
curl -s https://raw.githubusercontent.com/tomeichlersmith/smux/main/install | sh
\f[R]
.fi
.PP
By default, this installs smux to \[ti]/.local if you are a non-root
user.
You can define the install prefix (\[en]prefix dir) and choose to use
the HEAD of the main branch rather than the last release (\[en]next)
both of which are optional.
.IP
.nf
\f[C]
curl -s https://raw.githubusercontent.com/tomeichlersmith/smux/main/install | \[rs]
sh -s -- --prefix dir --next
\f[R]
.fi
.SS git
.PP
You can install or update smux by obtaining the source code from the
repository https://github.com/tomeichlersmith/smux either by cloning it
Expand Down

0 comments on commit 3ea5016

Please sign in to comment.