You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Getting Started with ASP.NET 5 and DNX
1
+
# Getting Started with ASP.NET Core
2
2
3
3
[](https://gitter.im/aspnet/Home?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
4
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.
6
6
7
7
If you want a more stable, released, experience then you should go to https://www.asp.net/vnext.
8
8
@@ -42,11 +42,11 @@ where dnvm
42
42
43
43
## OS X
44
44
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)
46
46
47
47
## Linux
48
48
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)
50
50
51
51
# Running an application
52
52
@@ -64,7 +64,7 @@ You should also be able to run `dnx` and see the help text of the `dnx` command.
64
64
65
65
## Running the samples
66
66
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
68
68
2. Change directory to the folder of the sample you want to run
69
69
3. Run ```dnu restore``` to restore the packages required by that sample.
70
70
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
87
87
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).
88
88
89
89
## [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).
0 commit comments