m5stack / Core2-for-AWS-IoT-Kit

Accompanying code for use with AWS IoT Kit content. Works with PlatformIO and ESP-IDF v4.2.
https://m5stack.com/collections/m5-core/products/m5stack-core2-esp32-iot-development-kit-for-aws-iot-edukit
MIT License
127 stars 66 forks source link

macOS setup instructions reference linux commands #49

Closed joshka closed 3 years ago

joshka commented 3 years ago

On https://edukit.workshop.aws/en/getting-started/prerequisites/macos.html

sudo apt install build-essential python3-pip curl git cmake

While macOS may have an apt command, this is more likely the java annotation processing tool not the packaging tool in Debian / Ubuntu.

joshka commented 3 years ago

Semi related - the links to Mac / Win on https://edukit.workshop.aws/en/getting-started/prerequisites.html return Access Denied results.

rashedtalukder commented 3 years ago

Fixed. Thank you for reporting.