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
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,7 @@ See the instructions on the ASP.NET 5 Documentation site: [Installing ASP.NET 5
44
44
45
45
## Linux
46
46
47
-
*[Debian, Ubuntu and derivatives see here](GettingStartedDeb.md)
48
-
***CentOS, Fedora and derivatives don't currently have a separate guide. We should have one soon. The commands are mostly the same, with some differences to account for the different package manager**
47
+
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
48
50
49
# Running an application
51
50
@@ -71,7 +70,7 @@ You should also be able to run `dnx` and see the help text of the `dnx` command.
71
70
- For the console app run `dnx run`.
72
71
- For the web apps run `dnx kestrel`.
73
72
6. You should see the output of the console app or a message that says the site is now started.
74
-
7. You can navigate to the web apps in a browser by navigating to `http://localhost:5001` or `http://localhost:5004` if running on OS X/Linux.
73
+
7. You can navigate to the web apps in a browser by navigating to `http://localhost:5004`
0 commit comments