mkcert icon indicating copy to clipboard operation
mkcert copied to clipboard

Fix install instructions to work on arm

Open t3dium opened this issue 1 year ago • 1 comments

The install instructions currently assume the user is using x64, leading to it failing to fetch the correct binary on an arm architecture such as on raspberry pi's.

It'll now detect which arch is being used, and will use the appropriate package.

t3dium avatar Jun 09 '24 22:06 t3dium

Second commit adds arm32 which does make the command a bit too long, could leave it out given that most people will be using 64 bit.

t3dium avatar Jun 09 '24 22:06 t3dium