Update 2.0.0-download.md

Update '~/' to '$HOME'
This commit is contained in:
Lee Coward 2017-08-28 13:06:49 -07:00 committed by GitHub
parent 9a6dcec01f
commit 5f845efbe9

View file

@ -28,7 +28,7 @@ Images for .NET Core 2.0.0 are available on [Docker](https://hub.docker.com/r/mi
## Installation from a binary archive
When using binary archives to install, the contents must be extracted to a user location such as `~/dotnet` and a symbolic link created for `dotnet`. This is a change from previous versions of .NET Core. Additional details can be seen in [.NET Core 2.0 Known Issues](https://github.com/dotnet/core/blob/master/release-notes/2.0/2.0.0-known-issues.md). Ubuntu and Mint users should follow the instructions in the Ubuntu Installation section below.
When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet` and a symbolic link created for `dotnet`. This is a change from previous versions of .NET Core. Additional details can be seen in [.NET Core 2.0 Known Issues](https://github.com/dotnet/core/blob/master/release-notes/2.0/2.0.0-known-issues.md). Ubuntu and Mint users should follow the instructions in the Ubuntu Installation section below.
```bash
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet