Add preview install instructions (#526)

This commit is contained in:
Brett V. Forsgren 2019-10-14 12:58:27 -07:00 коммит произвёл GitHub
Родитель b5f01c3c64
Коммит 0e3323c055
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -47,6 +47,17 @@ Once you have successfully installed `dotnet try` global tool, enter the command
|----------------|----------------------------------------|
| `demo` | Learn how to create Try .NET content with an interactive demo |
| `verify` | Verify Markdown files in the target directory and its children. |
## Installing preview builds from `master`
To install the latest preview build from master, first uninstall the existing version of the tool:
`dotnet tool uninstall -g dotnet-try`
Then install from the preview package feed:
`dotnet tool install -g --add-source "https://dotnet.myget.org/F/dotnet-try/api/v3/index.json" dotnet-try`
## Getting Started
You can get started using either one of the options below.