Skip to content

Commit f86d083

Browse files
author
Shayne Boyer
committed
typo OSX brew tap
1 parent 1124e50 commit f86d083

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you want a more stable, released, experience then you should go to http://www
88

99
The key part of working with development feeds is getting your environment set up so that you can acquire and switch to new builds of the DNX. Once you have that then it is just a matter of pulling the latest packages from the development MyGet feed.
1010

11-
In order to be able to get new builds of the DNX, and switch between them, you need to get the .NET Version Manager (DNVM) command line tool.
11+
In order to be able to get new builds of the DNX, and switch between them, you need to get the .NET Version Manager (DNVM) command line tool.
1212

1313
## Getting Started on Windows
1414

@@ -43,7 +43,7 @@ where dnvm
4343
On OS X the best way to get DNVM is to use [Homebrew](http://www.brew.sh). If you don't have Homebrew installed then follow the [Homebrew installation instructions](http://www.brew.sh). Once you have Homebrew then run the following commands:
4444

4545
```
46-
brew tap aspnet/dnvm
46+
brew tap aspnet/dnx
4747
brew install dnvm
4848
```
4949
Note that on Windows the .NET Framework is already installed, whereas on OS X the brew formula uses a particular version of [Mono](http://www.mono-project.com/) that we know works with ASP.NET 5.
@@ -72,7 +72,7 @@ You should also be able to run `dnx` and see the help text of the `dnx` command.
7272
1. Clone the ASP.NET 5 Home repository: https://github.com/aspnet/home
7373
2. Change directory to the folder of the sample you want to run
7474
3. Run ```dnu restore``` to restore the packages required by that sample.
75-
4. You should see a bunch of output as all the dependencies of the app are downloaded from MyGet.
75+
4. You should see a bunch of output as all the dependencies of the app are downloaded from MyGet.
7676
5. Run the sample using the appropriate K command:
7777
- For the console app run `dnx . run`.
7878
- For the web apps run `dnx . web` on Windows or `dnx . kestrel` on OS X/Linux.
@@ -82,7 +82,7 @@ You should also be able to run `dnx` and see the help text of the `dnx` command.
8282
# Documentation and Further Learning
8383

8484
## [Community Standup](http://www.youtube.com/playlist?list=PL0M0zPgJ3HSftTAAHttA3JQU4vOjXFquF)
85-
The community standup is held every week and streamed live to YouTube. You can view past standups in the linked playlist.
85+
The community standup is held every week and streamed live to YouTube. You can view past standups in the linked playlist.
8686

8787
If you have questions you can also jump online during the next standup and have them answered live.
8888

@@ -103,7 +103,7 @@ These are some of the most common repos:
103103
* [Identity](https://github.com/aspnet/Identity) - users and membership system
104104
* [DNX](https://github.com/aspnet/DNX) - core runtime, project system, loader
105105
* [MVC](https://github.com/aspnet/Mvc) - MVC framework for web apps and services
106-
* [SignalR-Server](https://github.com/aspnet/SignalR-Server) - real-time
106+
* [SignalR-Server](https://github.com/aspnet/SignalR-Server) - real-time
107107

108108
A description of all the repos is [here](https://github.com/aspnet/Home/wiki/Repo-List).
109109

0 commit comments

Comments
 (0)