docs: update build instructions

This commit is contained in:
🪞👃🪞 2025-05-09 01:48:59 +03:00
parent 1b48e10d2d
commit 780fd6694b

View file

@ -37,8 +37,8 @@ or [**matrix** `@unspeaker:matrix.org`](https://matrix.to/#/@unspeaker:matrix.or
* [ ] `z`: zoom lock/unlock
* [ ] `del`: delete
* Global:
* [ ] esc: options menu
* [ ] f1: help/command list
* [x] esc: options menu
* [x] f1: help/command list
* [ ] f2: rename
* [ ] f6: save
* [ ] f9: load
@ -68,11 +68,11 @@ paru -S tek
requires docker.
```
git clone https://codeberg.org/unspeaker/tek # obtain source
cd tek # enter directory
cat bin/release-glibc.sh # preview build script
sudo bin/release-glibc.sh # run build script
sudo cp bin/tek /usr/local/bin/tek # install
git clone --recursive -b 0.2 https://codeberg.org/unspeaker/tek
cd tek # enter directory
cat bin/release-glibc.sh # preview build script
sudo bin/release-glibc.sh # run build script
sudo cp bin/tek /usr/local/bin/tek # install
```
## design goals