commit c965fdc3e9e0d9b6158ec34dff384c4c2dcc9bbf parent 594933a72f7c8f6c9aafee07151ddeb63078395c Author: decentral1se <decentral1se@web> Date: Mon, 25 May 2026 09:30:24 +0200 docs(rauthy): release with optimisations Diffstat:
| M | eik.mdwn | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eik.mdwn b/eik.mdwn @@ -250,7 +250,7 @@ You can build a binary for eik with the following. Make sure to check out a tag sudo apt-get install musl-tools rustup target add x86_64-unknown-linux-musl - cargo build --target=x86_64-unknown-linux-musl + cargo build --target=x86_64-unknown-linux-musl --release You can transfer to eik like so.