I was following along Installing ASP.NET 5 and DNX post and here I'm stuck:
Tip: Add the following to your
.bash_profile
and restart the Terminal. The first line will ensure that you can always run thednvm
anddnu
commands. The second line works around a known bug in Mono where you may see the IOExceptionFileSystemWatcher has reached the maximum number of files to watch
when running your application.
source dnvm.sh
export MONO_MANAGED_WATCHER=disabled
My simple question is:
- How to add it to
.bash_profile
?