Skip to content

Commit 04c8135

Browse files
committed
ASP.NET 5 --> Core
1 parent f999ddf commit 04c8135

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Getting Started with ASP.NET 5 and DNX
1+
# Getting Started with ASP.NET Core
22

33
[![Join the chat at https://gitter.im/aspnet/Home](https://badges.gitter.im/aspnet/Home.svg)](https://gitter.im/aspnet/Home?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44

5-
This guide is designed to get you started building applications with the latest development versions ASP.NET 5 and DNX. This means nightly builds and potentially broken or unstable packages.
5+
This guide is designed to get you started building applications with the latest development versions ASP.NET Core. This means nightly builds and potentially broken or unstable packages.
66

77
If you want a more stable, released, experience then you should go to https://www.asp.net/vnext.
88

@@ -42,11 +42,11 @@ where dnvm
4242
4343
## OS X
4444

45-
See the instructions on the ASP.NET 5 Documentation site: [Installing ASP.NET 5 on Mac OS X](https://docs.asp.net/en/latest/getting-started/installing-on-mac.html)
45+
See the instructions on the ASP.NET Core Documentation site: [Installing ASP.NET Core on Mac OS X](https://docs.asp.net/en/latest/getting-started/installing-on-mac.html)
4646

4747
## Linux
4848

49-
See the instructions on the ASP.NET 5 Documentation site: [Installing ASP.NET 5 on Linux](https://docs.asp.net/en/latest/getting-started/installing-on-linux.html)
49+
See the instructions on the ASP.NET Core Documentation site: [Installing ASP.NET Core on Linux](https://docs.asp.net/en/latest/getting-started/installing-on-linux.html)
5050

5151
# Running an application
5252

@@ -64,7 +64,7 @@ You should also be able to run `dnx` and see the help text of the `dnx` command.
6464

6565
## Running the samples
6666

67-
1. Clone the ASP.NET 5 Home repository: https://github.com/aspnet/home
67+
1. Clone the ASP.NET Core Home repository: https://github.com/aspnet/home
6868
2. Change directory to the folder of the sample you want to run
6969
3. Run ```dnu restore``` to restore the packages required by that sample.
7070
4. You should see a bunch of output as all the dependencies of the app are downloaded from MyGet.
@@ -87,10 +87,10 @@ We have some useful documentation on the wiki of this Repo. This wiki is a centr
8787
If you see errors, or want some extra content, then feel free to create an issue or send a pull request (see feedback section below).
8888

8989
## [ASP.NET/vNext](https://www.asp.net/vnext)
90-
The vNext page on the ASP.NET site has links to some TechEd videos and articles with some good information about vNext.
90+
The vNext page on the ASP.NET site has links to some TechEd videos and articles with some good information about ASP.NET Core (formerly known as ASP.NET 5).
9191

9292
## [Roadmap] (https://github.com/aspnet/Home/wiki/Roadmap)
93-
The schedule and milestone themes for ASP.NET 5.
93+
The schedule and milestone themes for ASP.NET Core.
9494

9595
## Repos and Projects
9696

0 commit comments

Comments
 (0)