diff --git a/README.md b/README.md index 6eb7d6b9..65fb7107 100644 --- a/README.md +++ b/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