From b3e0f741612c86b33055073c14ac597371023aee Mon Sep 17 00:00:00 2001 From: Mike Engel Date: Wed, 21 Aug 2024 22:46:24 +0200 Subject: [PATCH] fix: remove alpine warning --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 7295f49..2235e11 100644 --- a/README.md +++ b/README.md @@ -75,12 +75,6 @@ scoop install jwt-cli pacman -S jwt-cli ``` -## Alpine linux - -Unfortunately due to [static linking problems](https://github.com/mike-engel/jwt-cli/issues/194#issuecomment-1169211709) when compiling this project, `jwt-cli` can't run on alpine linux natively. - -A workaround is to run it inside a rust docker container rather than using `sh` within alpine. - # Usage For usage info, use the `help` command.