From 60952e645ab00d9c5891249bc29992537106e3db Mon Sep 17 00:00:00 2001 From: justinbourb <30423126+justinbourb@users.noreply.github.com> Date: Mon, 18 Oct 2021 10:23:53 -0700 Subject: [PATCH 1/4] Added dotnet try tool commands install, uninstall and updated command prompt information added to ReadMe.MD --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba13016..df8cccf 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,12 @@ You can explore these tutorials in your environment using the `dotnet try` globa *Prerequisite: Install .NET Core SDK [3.0](https://dotnet.microsoft.com/download/dotnet-core/3.0)* 1. Install the [dotnet-try](https://github.com/dotnet/try/blob/master/README.md#setup) global tool. -1. Clone this repository. -1. Set the current directory to one of the sample tutorials (or use the current folder to see all samples). -1. Run `dotnet try`. + - to install: dotnet tool install -g Microsoft.dotnet-try + - to uninstall: dotnet tool uninstall -g Microsoft.dotnet-try + - to update: dotnet tool update -g Microsoft.dotnet-try +2. Clone this repository. +3. Set the current directory to one of the sample tutorials (or use the current folder to see all samples). +4. Run `dotnet try`. ![dotnet try](https://user-images.githubusercontent.com/2546640/57164943-ab35f080-6dc3-11e9-8230-ee521e00e428.gif) From 53d7e1d17b6afda79b84af64e0366df5b7b9ae44 Mon Sep 17 00:00:00 2001 From: justinbourb <30423126+justinbourb@users.noreply.github.com> Date: Mon, 18 Oct 2021 13:18:09 -0700 Subject: [PATCH 2/4] Update README.md Co-authored-by: Jon Sequeira --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df8cccf..4d252cc 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You can explore these tutorials in your environment using the `dotnet try` globa 1. Install the [dotnet-try](https://github.com/dotnet/try/blob/master/README.md#setup) global tool. - to install: dotnet tool install -g Microsoft.dotnet-try - to uninstall: dotnet tool uninstall -g Microsoft.dotnet-try - - to update: dotnet tool update -g Microsoft.dotnet-try + - to update: `dotnet tool update -g Microsoft.dotnet-try` 2. Clone this repository. 3. Set the current directory to one of the sample tutorials (or use the current folder to see all samples). 4. Run `dotnet try`. From 27bc6e6a2b2978ae3516149f6389956798f423af Mon Sep 17 00:00:00 2001 From: justinbourb <30423126+justinbourb@users.noreply.github.com> Date: Mon, 18 Oct 2021 13:18:18 -0700 Subject: [PATCH 3/4] Update README.md Co-authored-by: Jon Sequeira --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d252cc..09d2f9b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ You can explore these tutorials in your environment using the `dotnet try` globa 1. Install the [dotnet-try](https://github.com/dotnet/try/blob/master/README.md#setup) global tool. - to install: dotnet tool install -g Microsoft.dotnet-try - - to uninstall: dotnet tool uninstall -g Microsoft.dotnet-try + - to uninstall: `dotnet tool uninstall -g Microsoft.dotnet-try` - to update: `dotnet tool update -g Microsoft.dotnet-try` 2. Clone this repository. 3. Set the current directory to one of the sample tutorials (or use the current folder to see all samples). From 52dc44d29f3ef871312ec4d2325cb8ac10214ce3 Mon Sep 17 00:00:00 2001 From: justinbourb <30423126+justinbourb@users.noreply.github.com> Date: Mon, 18 Oct 2021 13:18:26 -0700 Subject: [PATCH 4/4] Update README.md Co-authored-by: Jon Sequeira --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09d2f9b..7404488 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You can explore these tutorials in your environment using the `dotnet try` globa *Prerequisite: Install .NET Core SDK [3.0](https://dotnet.microsoft.com/download/dotnet-core/3.0)* 1. Install the [dotnet-try](https://github.com/dotnet/try/blob/master/README.md#setup) global tool. - - to install: dotnet tool install -g Microsoft.dotnet-try + - to install: `dotnet tool install -g Microsoft.dotnet-try` - to uninstall: `dotnet tool uninstall -g Microsoft.dotnet-try` - to update: `dotnet tool update -g Microsoft.dotnet-try` 2. Clone this repository.