-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing inconsistencies and updating instructions for the InstallationInstructions.md file. #162
base: master
Are you sure you want to change the base?
Fixing inconsistencies and updating instructions for the InstallationInstructions.md file. #162
Conversation
…MacOS instructions
…1_led_blink instead of hello_world
@@ -105,19 +105,17 @@ sudo chmod +x wall_e_install.sh | |||
|
|||
|
|||
## For MacOS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cloning the repository separately is not required as the installation script includes it. Follow the notion and update it accordingly i.e. installing brew and then using curl to access the script
### STEP 3 : Installing the Pre-Requisites | ||
Copy this command in the command in the terminal , then press return | ||
### STEP 2 : Installing the necessary file | ||
- Download the driver by executing the following command in the terminal. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Installation of this driver can be removed as we are using CH340C which is downloaded automatically when detected. Probably this can be added as a note as well for clarity.
- Download the driver by clicking on this [link](https://www.silabs.com/documents/public/software/Mac_OSX_VCP_Driver.zip) , unzip it, then install it on the system | ||
|
||
### STEP 2 : Opening The Terminal | ||
### STEP 1 : Opening The Terminal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do the similar changes for Linux as well i.e. installing wget and then fetching the script. Cloning the repo explicitly is not required.
@JaytidaA please make the required changes. |
Resolves issue #148