-
Notifications
You must be signed in to change notification settings - Fork 237
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
Update walkthrough_setup.md #666
base: master
Are you sure you want to change the base?
Conversation
@ripienaar could you review the addition here, please? |
@vaibhavpatil123 you misspelled nats as ants also your |
review changes added
thanks for input changes are incorporated please review and approve it thanks |
i still don't get why you're including the entire output of the command seems unneeded and a lot of bloat. also your steps are version specific and again are you sure for using brew on mac it is required to manually add path since as i mentioned before i had a friend check and it worked fine withought adding it to path manually and your markdown header tags break the flow |
``` | ||
In the editor, add the following line at the end of the file: | ||
``` | ||
export PATH=\$PATH:~/usr/local/Cellar/nats/0.1.4/bin |
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.
this is not neccesary, the reason you have to do this is because your homebrew setup is incorrect. Correctly install homebrew and this will just work
These paths are also very unusual and probably due to something that went wrong with your homebrew
No description provided.