picosh / pico

hacker labs - open source and managed web services leveraging SSH
https://pico.sh
MIT License
774 stars 28 forks source link

Updates for macOS build compatibility. #20

Closed hoelter closed 1 year ago

hoelter commented 1 year ago

I'm just getting pico building and running locally on an m1 mac and ran into a couple issues that this resolves.

1) Upgraded go package dependency who's newer version has a fix for building on mac: https://github.com/kolesa-team/go-webp/pull/22 2) Referenced a system package dependency in the readme for mac (webp).

I also added a couple other minor additions to the readme that aren't strictly necessary.