From e66820c81ae5f72f511999da8eea56faf66f2813 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Thu, 11 Jul 2024 21:29:55 -0700 Subject: [PATCH] regenerate readme --- README.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1374fd..0765e5e 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,36 @@ _(plus some little shell scripts)_ -quick install for random boxes: +### quick install -``` +this archive is always up-to-date with git. + +```sh # with curl: cd && curl -L https://github.com/notwa/rc/archive/master.tar.gz | tar zx && mv rc-master rc && rc/install # with wget: cd && wget -O - https://github.com/notwa/rc/archive/master.tar.gz | tar zx && mv rc-master rc && rc/install ``` +### experimental install + +this archive is only updated once a day. + +```sh +# one time: +gpg --locate-key rc@glorp.wang +# many times: +cd && curl rc.glorp.wang | gpg --yes -o rc.tar -d - && tar xf rc.tar && rc/install +``` + +`curl` can be replaced by `wget -O-` or [`http`][httpie] or even [`burl`](#burl). +note that you can't pipe gpg directly into tar, because +because doing so would skip the signature being checked. + +[httpie]: https://httpie.io/docs/cli + +### compatibility + the following shells are taken into consideration, ordered from most to least compatible: * zsh