Skip to content

Commit 56db20c

Browse files
committed
Merge pull request dotnet#989 from aspnet/glennc/readmeUpdate
Update README.md
2 parents 0d8f91f + 3e526a5 commit 56db20c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ See the instructions on the ASP.NET 5 Documentation site: [Installing ASP.NET 5
4444

4545
## Linux
4646

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)
4948

5049
# Running an application
5150

@@ -71,7 +70,7 @@ You should also be able to run `dnx` and see the help text of the `dnx` command.
7170
- For the console app run `dnx run`.
7271
- For the web apps run `dnx kestrel`.
7372
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`
7574

7675
# Documentation and Further Learning
7776

0 commit comments

Comments
 (0)