mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +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
|
* [ ] `z`: zoom lock/unlock
|
||||||
* [ ] `del`: delete
|
* [ ] `del`: delete
|
||||||
* Global:
|
* Global:
|
||||||
* [ ] esc: options menu
|
* [x] esc: options menu
|
||||||
* [ ] f1: help/command list
|
* [x] f1: help/command list
|
||||||
* [ ] f2: rename
|
* [ ] f2: rename
|
||||||
* [ ] f6: save
|
* [ ] f6: save
|
||||||
* [ ] f9: load
|
* [ ] f9: load
|
||||||
|
|
@ -68,11 +68,11 @@ paru -S tek
|
||||||
requires docker.
|
requires docker.
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://codeberg.org/unspeaker/tek # obtain source
|
git clone --recursive -b 0.2 https://codeberg.org/unspeaker/tek
|
||||||
cd tek # enter directory
|
cd tek # enter directory
|
||||||
cat bin/release-glibc.sh # preview build script
|
cat bin/release-glibc.sh # preview build script
|
||||||
sudo bin/release-glibc.sh # run build script
|
sudo bin/release-glibc.sh # run build script
|
||||||
sudo cp bin/tek /usr/local/bin/tek # install
|
sudo cp bin/tek /usr/local/bin/tek # install
|
||||||
```
|
```
|
||||||
|
|
||||||
## design goals
|
## design goals
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue