From aa9031ab0deb1535875fe3ca2530428f485dbf9d Mon Sep 17 00:00:00 2001 From: ewy Date: Sat, 2 May 2026 18:36:33 +0200 Subject: update pages --- README.md | 11 +++++++++-- web/index.html | 15 ++++++++++++++- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 098c522..d9ff372 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ running `pik` in any repository will index its own file-based task system, as we ## installing +### go install + +```go install github.com/ewy1/pik@latest``` + +### manual install + * `git clone https://git.ewy.one/pik/` * `cd pik` @@ -31,10 +37,11 @@ by simply replacing the command with `pik`. 1. create a `.pik` folder in your project 2. put a script in there, for example: `.pik/build.sh` containing `go build .` -3. you can now access this script from almost anywhere by calling `pik build`. If you want to trigger a specific +3. run `pik` to view all targets or `pik build` to start the build script. +4. you can now access this script from almost anywhere with `pik build`. If you want to trigger a specific projects build, specify `pik project build`, where `project` is the folder name. -bear in mind scripts will always run in the project directory, not in the `.pik` folder. +> scripts will always run in the project directory, not in the `.pik` folder. ## killer features diff --git a/web/index.html b/web/index.html index a361749..8394c85 100644 --- a/web/index.html +++ b/web/index.html @@ -38,6 +38,14 @@ .links { font-size: 2em; } + + code { + background-color: var(--black); + width: 100%; + display: block; + padding: 8px 0; + text-align: center; + } @@ -60,12 +68,17 @@ can be creatively invoked and associated

- has a tui that both reminds and teaches you + tui which assists, reminds and teaches

persistent memory allows calling from anywhere

+
+ + go install github.com/ewy1/pik@latest + +