From 3ea5016a579082df4b3f6ad767e5f6b137df8f55 Mon Sep 17 00:00:00 2001 From: smux-docs-bot Date: Wed, 4 Jan 2023 14:58:55 +0000 Subject: [PATCH] Automatic Man Page Update Signed-off-by: smux-docs-bot --- man/man1/smux.1 | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/man/man1/smux.1 b/man/man1/smux.1 index 19cf15c..47c6a10 100644 --- a/man/man1/smux.1 +++ b/man/man1/smux.1 @@ -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 @@ -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