Updated the Readme file to include options + Setup

This commit is contained in:
Maria Naggaga 2019-05-03 17:06:00 -04:00
Родитель 906ab52c9e
Коммит f8801991a8
5 изменённых файлов: 21 добавлений и 1 удалений

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

@ -68,4 +68,7 @@ This will create a console app with the files `myApp.csproj` and `Program.cs`.
```console
> dotnet try
```
You have created your first C# interactive developer experience. You should now be able to run your console app and see the result in the browser.
You have created your first C# interactive developer experience. You should now be able to run your console app and see the result in the browser.
**Option 3**: Explore our [samples folders](Samples).
- Read our quick [setup guide](Setup.md).

Двоичный файл не отображается.

Двоичный файл не отображается.

Двоичный файл не отображается.

17
Samples/Setup.md Normal file
Просмотреть файл

@ -0,0 +1,17 @@
![dotnet try Enabled](https://img.shields.io/badge/Try_.NET-Enabled-501078.svg)
### How do get started with a Try .NET enabled repo?
- Clone this repo
- Install [.NET Core SDK](https://dotnet.microsoft.com/download/dotnet-core/3.0)
- Go to your terminal
- Install the [Try .NET tools]()
`dotnet install -g dotnet-try`
- Install the [Try .NET tools]()
`dotnet install -g dotnet-try`
- Navigate to the Samples directory of this repository and, type the following `dotnet try`.
![dotnet try](https://user-images.githubusercontent.com/2546640/57164943-ab35f080-6dc3-11e9-8230-ee521e00e428.gif)
- This will launch the browser.
![dotnet try - _Readme md (2)](https://user-images.githubusercontent.com/2546640/57165217-737b7880-6dc4-11e9-8b4e-0e70966ac03d.gif)
- Now, you can read the documentation and run code in one place.