Update README.md

Remove the instructions to add DOTNET_HOME env variable post-install for Linux and OS X since it is not needed anymore. 

Fixes #685
This commit is contained in:
Zlatko Knezevic 2016-01-06 11:14:37 -08:00
parent ab6e9577aa
commit c50e0d9cdc

View file

@ -39,10 +39,6 @@ Basic usage
When you have the .NET Command Line Interface installed on your OS of choice, you can try it out using some of the samples on the [dotnet/core repo](https://github.com/dotnet/core/tree/master/samples). You can download the sample in a directory, and then you can kick the tires of the CLI. When you have the .NET Command Line Interface installed on your OS of choice, you can try it out using some of the samples on the [dotnet/core repo](https://github.com/dotnet/core/tree/master/samples). You can download the sample in a directory, and then you can kick the tires of the CLI.
**Note:** on Linux, post-install, please set up the `DOTNET_HOME` environment: `export DOTNET_HOME=/usr/share/dotnet/`.
**Note:** on OS X, post-install, please set up the `DOTNET_HOME` environment: `export DOTNET_HOME=/usr/local/share/dotnet/cli`.
First, you will need to restore the packages: First, you will need to restore the packages: