diff --git a/README.md b/README.md index ae86f8b..aacc15c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,15 @@ To install ```git clone https://github.com/nosami/omnisharp-demo.git ~/.emacs.d` For OSX, use http://emacsformacosx.com/ or ```brew install emacs -cocoa --with-gnutls``` +For OSX you may need to remove an old version of emacs from /usr/bin as well (or change paths) + +``` +$ sudo rm /usr/bin/emacs +$ sudo rm -rf /usr/share/emacs +``` +or create an alias +```alias emacs="/usr/local/Cellar/emacs/24.3/Emacs.app/Contents/MacOS/Emacs -nw"``` + For Windows, use http://emacsbinw64.sourceforge.net/ To run k commands from emacs on OSX, you'll need to start it from the shell to