From 5f845efbe93063325bf317dadd81ddce42fd3b63 Mon Sep 17 00:00:00 2001 From: Lee Coward Date: Mon, 28 Aug 2017 13:06:49 -0700 Subject: [PATCH] Update 2.0.0-download.md Update '~/' to '$HOME' --- release-notes/download-archives/2.0.0-download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/download-archives/2.0.0-download.md b/release-notes/download-archives/2.0.0-download.md index 92057ac6..bd210b06 100644 --- a/release-notes/download-archives/2.0.0-download.md +++ b/release-notes/download-archives/2.0.0-download.md @@ -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