Skip to content

Commit a536300

Browse files
authored
Update README.md
1 parent ac1499b commit a536300

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

README.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Package | Version
1414
`System.CommandLine.Hosting` | [![Nuget](https://img.shields.io/nuget/v/System.CommandLine.Hosting.svg)](https://nuget.org/packages/System.CommandLine.Hosting) | support for using System.CommandLine with [Microsoft.Extensions.Hosting](https://www.nuget.org/packages/Microsoft.Extensions.Hosting/)
1515
`dotnet-suggest` | [![Nuget](https://img.shields.io/nuget/v/dotnet-suggest.svg)](https://nuget.org/packages/dotnet-suggest) | A command-line tool to provide shell completions for apps built using `System.CommandLine`.
1616

17-
Daily builds are available if you add this feed to your nuget.config: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json.
17+
Daily builds are available if you add this feed to your nuget.config: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json.
1818

1919
## Documentation
2020

@@ -44,30 +44,6 @@ Daily builds are available if you add this feed to your nuget.config: https://pk
4444
* [Argument validation and binding](docs/How-To.md#Argument-validation-and-binding)
4545
* [Middleware Pipeline](docs/How-To.md#Middleware-Pipeline)
4646

47-
## Interactive tutorials
48-
49-
You can try out `System.CommandLine` using an interactive tutorial that showcases its features and APIs, powered by Try .NET.
50-
51-
![binding](https://user-images.githubusercontent.com/547415/58752436-905aa880-8463-11e9-9ab7-c2a8136b0a93.gif)
52-
53-
To use the tutorial, first clone the `command-line-api` repository:
54-
55-
```console
56-
> git clone https://github.com/dotnet/command-line-api
57-
```
58-
59-
Next, install the `dotnet try` global tool:
60-
61-
```console
62-
> dotnet tool install -g Microsoft.dotnet-try
63-
```
64-
65-
Finally, launch the `dotnet try` pointing to the tutorial directory inside the cloned repository:
66-
67-
```console
68-
> dotnet try <PATH_TO_COMMAND_LINE_API_REPO>/docs
69-
```
70-
7147
## Code of Conduct
7248

7349
This project has adopted the code of conduct defined by the [Contributor Covenant](https://www.contributor-covenant.org/) to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](https://www.dotnetfoundation.org/code-of-conduct)

0 commit comments

Comments
 (0)