warden-protocol / wardenprotocol

Monorepo for the Warden Protocol.
https://wardenprotocol.org
Apache License 2.0
1.09k stars 96 forks source link

`just localnet` doesn't work on Mac OS out of the box #370

Closed Pitasi closed 3 weeks ago

Pitasi commented 1 month ago

we heavily make use of sed, but Mac OS doesn't ship with GNU sed out of the box.

a brew install gnu-sed is required before the command works

I think that we should make a "portable wrapper" of sed that works in every OS