M README.md => README.md +2 -4
@@ 15,7 15,6 @@ AFAICT libefivar only supports Linux anyway, but these will have to be ported in
Copy `out/klapki` to `/sbin` and write a `/etc/klapki/{description,cmdline}`, as seen in the [manpage](//git.sr.ht/~nabijaczleweli/klapki/tree/trunk/man/klapki.md),
-<!-- TODO:
#### From Debian repository
The following line in `/etc/apt/sources.list` or equivalent:
@@ 33,12 32,11 @@ sudo wget -O/etc/apt/trusted.gpg.d/nabijaczleweli.asc //keybase.io/nabijaczlewel
Then the usual
```sh
sudo apt update
-sudo apt install feembox
+sudo apt install klapki
```
-will work on x86_64 and i686.
+will work on amd64, x32, and i386.
See the [repository README](//debian.nabijaczleweli.xyz/README) for more information.
--->
## Uninstallation
M configMakefile => configMakefile +1 -2
@@ 46,8 46,7 @@ else
LNCXXAR :=
endif
-#KLAPKI_VERSION := "$(patsubst v%,%,$(shell git describe))"
-KLAPKI_VERSION := "0.0.0-$(shell git rev-list HEAD --count)"
+KLAPKI_VERSION := "$(patsubst v%,%,$(shell git describe))"
INCCMAKEAR := CXXFLAGS="$(INCCXXAR)"
LNCMAKEAR := LDFLAGS="$(LNCXXAR)"