@ -4,28 +4,28 @@ Tye is a tool that makes developing, testing, and deploying microservices and di
## Installing Tye
1. Install [.NET Core 3.1](<https://dot.net>).
1. Install [.NET 6.0](<https://dot.net>).
> .NET Core 3.1 is required for the current release of Tye (`0.10.0`). Going forward, both recent CI builds as well as future releases of Tye will require .NET 6.
> Tye currently requires .NET 6 but earlier releases (`0.10.0` and earlier) require .NET Core 3.1.
> If using Mac with both `arm64` and `x64` .NET SDKs, you may need to supply the `-a x64` parameter when installing Tye as it requires the x64 version of .NET Core 3.1.
> If using earlier versions of Tye on Mac with both `arm64` and `x64` .NET SDKs, you may need to supply the `-a x64` parameter when installing Tye as those versions require the x64 version of .NET Core 3.1.
>
> Example:
>
> ```
> dotnet tool install -a x64 -g Microsoft.Tye --version "0.10.0-alpha.21420.1"
> dotnet tool install -a x64 -g Microsoft.Tye --version "0.10.0-alpha.21420.1
> ```
> If using Mac and, if getting "command not found" errors when running `tye`, you may need to ensure that the `$HOME/.dotnet/tools` directory has been added to `PATH`.
@ -48,13 +48,13 @@ Tye is a tool that makes developing, testing, and deploying microservices and di
This will install the newest available build from our CI.
Using the name of the registry and the [Azure docker action](https://github.com/Azure/docker-login) to login to your registry. This step is needed prior to running the `deploy` command which will build and push the images to the registry.