Updated comment fix that broken shell.

This commit is contained in:
Seikilos 2019-03-24 10:17:00 +01:00 committed by GitHub
parent b12564154b
commit aa539d327a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@ Installing from the packages detailed above is recommended or you can install fr
```bash
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
export PATH=$HOME/dotnet
export PATH=$PATH:$HOME/dotnet
```
## .NET Core Runtime-only installation