kostaleonard / leocoin

Leo's cryptocurrency
MIT License
4 stars 1 forks source link

README uses wrong flag for base64 on MacOS #42

Open kostaleonard opened 1 week ago

kostaleonard commented 1 week ago

As a MacOS user, I want the README to have Quickstart instructions that work for my platform so that I can mine without having to debug.

On MacOS, the -w flag for base64 does not exist. You need to use -b instead. The README needs to reflect this change.