diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-14 21:48:15 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-14 21:48:15 +0200 |
| commit | e9b2680ada362f6fcb2689a5b6653b24a20f226b (patch) | |
| tree | 8c6aea0d41ee54a2fbacc04cca525b4290cd73b3 | |
| parent | 991dee6058280e612011874e6957cb83d90bc6be (diff) | |
add installing section
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -11,6 +11,17 @@ predictable and programmable. running `pik` in any repository will index its own file-based task system, as well as supported external systems. +## installing + +if you were already using `pik`, `pik install` would suffice! + +thankfully you can `pik` yourself: +* `git clone https://git.ewy.one/pik/` +* `cd pik` +* `bash .pik/install.sh` + +wow! you just learned about pik's most obvious usage! + ## getting started 0. if you are already using a supported external runner from [here](#supported-external-runners) and replace it |
