-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Update README.md: To include OSX instructions to add source dnvm.sh
to bashrc - to use in bash
#505
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
Conversation
To show bash profile step for osx
Hi @MRdNk, I'm your friendly neighborhood Microsoft Open Technologies, Inc. Pull Request Bot (You can call me MSOTBOT). Thanks for your contribution! TTYL, MSOTBOT; |
@glennc can you review? |
|
||
Add dnvm to your bash profile (./bash_profile) | ||
```bash | ||
source dnvm |
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.
source dnvm.sh
? or does that work without the extension?
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.
Does needs the extension: -bash: dnvm: No such file or directory
.
@MRdNk, would be nice if the title of this PR and the other one is updated to something more specific rather than "Update README.md". It doesn't tell others much what has been updated. BTW, the title is editable, try it on :-}~ |
source dnvm
to bashrc
source dnvm
to bashrcsource dnvm.sh
to bashrc - to use in bash
@jasonwilliams200OK yeah sorry, my bad! I'd should follow the rules I set for my devs. |
Sorry this took a while for me to get to. Thanks for the PR :) |
Update README.md: To include OSX instructions to add `source dnvm.sh` to bashrc - to use in bash
This package isn't quite ship-shape yet, so we're delaying this from shipping with 2.2 RTM. Setting IsPackable=false so we avoid accidentally building a 2.2.0 RTM version of this package along with the rest of the 2.2.0 RTM tools in this repo, like dotnet-watch.
Respond to dotnet-ef upgrade
To show bash profile step for osx #499