Export breaks shell

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

View file

@ -45,7 +45,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