Skip to content

Commit 10cea20

Browse files
committed
chore: Add note about alpine linux
Part of #194
1 parent d1780e8 commit 10cea20

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ Big thanks to Sergey Osokin, the FreeBSD contributor who added `jwt-cli` to the
6767
pacman -S jwt-cli
6868
```
6969

70+
## Alpine linux
71+
72+
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.
73+
74+
A workaround is to run it inside a rust docker container rather than using `sh` within alpine.
75+
7076
# Usage
7177

7278
For usage info, use the `help` command.

0 commit comments

Comments
 (0)