Skip to content

Commit 57fa794

Browse files
committed
Update GettingStartedDeb.md
remove TODO comment
1 parent f76c712 commit 57fa794

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

GettingStartedDeb.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ Now let's get DNVM. To do this run:
8585
curl -sSL https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.sh | DNX_BRANCH=dev sh && source ~/.dnx/dnvm/dnvm.sh
8686
```
8787

88-
(TODO: Need to change dnvinstall.sh to actually put it in bin. It doesn't at the moment but should.
89-
dnvminstall.sh grabs and copies dnvm.sh into your Home directory (~/.dnx/bin) and sources it. It will also try and find bash or zsh profiles and add a call to source dnvm to them so that dnvm will be available all the time. If you don't like this behaviour or want to do something else then you can edit your profile after running dnvminstall.sh or do all the tasks dnvminstall does changing what you like.)
90-
9188
Once this step is complete you should be able to run `dnvm` and see some help text.
9289

9390
# Add Sources to NuGet.config

0 commit comments

Comments
 (0)