nebulasio / go-nebulas

Official Go implementation of the Nebulas protocol.
https://nebulas.io
GNU Lesser General Public License v3.0
711 stars 203 forks source link

source install-native-libs.sh error on mac #199

Closed xianglinhe closed 5 years ago

xianglinhe commented 5 years ago

source install-native-libs.sh will cause error on mac, the command should be ./install-native-libs.sh. Please update the readme document.

qywang2012 commented 5 years ago

Can you provide error information on Mac system?In fact, you don't need to use source on Mac systems. Just execute the script. I'll update the documentation