Updated readme to address potential issue with MacOs#341
Updated readme to address potential issue with MacOs#341Niminem wants to merge 2 commits intodom96:masterfrom
Conversation
$path and $PATH are two different things. $PATH is widely used by everything, but I've never seen $path until today. |
Co-authored-by: Archar Gelod <60652075+Archargelod@users.noreply.github.com>
|
@Archargelod Interesting. Oddly enough, both |
|
@Archargelod @dom96 Gentlemen, I would love to make some Youtube videos about Nim and simply point them to Choosenim for installation. Because many of the viewers will not be from a technical background (I do SEO professionally), many will have a Mac and may encounter the issue described above. Can we merge this PR asap? |
|
@dom96 ? |
I banged my head against the wall for a couple of hours trying to get nim/choosenim/etc to work on my mac- I clearly saw
~/.nimble/binin my path viaecho $pathbut it wouldn't work. Upon further investigation, apparently I didn't have a .zshrc file in my home directory and needed to add the path there.This was on a clean installation of mac.
It may or may not be common so I figured it's best to add notes to the README.