Update 5.0.0-install-instructions.md

This commit is contained in:
WholesomeIsland 2021-02-18 09:24:19 -05:00 committed by GitHub
parent 158bbf2c18
commit d7ce775056
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ If you only need to run existing applications, run the following command. The .N
```bash
sudo [package manager] update or refresh
sudo [package manager] install aspnetcore-runtime-5.0
```
### Installation from a binary archive
Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document.