Setup & Setdown
⚠️ Messy notes, not a tutorial.
- there are some generated docs in this folder, probably all completly obselete
- WIP
CLI

Install
Linux / macOS / WSL
Install (update) latest version:
curl -fsSL https://subztep.github.io/kellemes/install.sh | bash
Install specific version:
CLI_VERSION=cli-v7 curl -fsSL https://subztep.github.io/kellemes/install.sh | bash
Windows (PowerShell)
iwr https://subztep.github.io/kellemes/install.sh -UseBasicParsing | iex
$env:CLI_VERSION="cli-v7"; iwr https://subztep.github.io/kellemes/install.sh -UseBasicParsing | iex
Uninstall
curl -fsSL https://subztep.github.io/kellemes/uninstall.sh | bash
iwr https://subztep.github.io/kellemes/uninstall.sh -UseBasicParsing | iex
-
-
-
-
-
-
-
- -
-
- -
- -
-