diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -13,19 +13,20 @@ running `pik` in any repository will index its own file-based task system, as we ## installing +* `git clone https://git.ewy.one/pik/` +* `cd pik` + 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 - with `pik` (`make build` -> `pik build`) +0. if you are already using a supported external runner from [here](#supported-external-runners), you can use it with pik +by simply replacing the command with `pik`. 1. create a `.pik` folder in your project |
