mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
docs: update build instructions
This commit is contained in:
parent
1b48e10d2d
commit
780fd6694b
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue