diff --git a/README.md b/README.md index a2878b6a7..7c5847d9f 100644 --- a/README.md +++ b/README.md @@ -66,13 +66,13 @@ build.cmd To use the tool locally, you need to build it from source. Once it's built, the tool will live under: ``` -/artifacts/bin/try-convert/Debug/netcoreapp3.1/try-convert.exe +/artifacts/bin/try-convert/Debug/net5.0/try-convert.exe ``` Alternatively, you can look at the following directory and copy that into somewhere else on your machine: ``` -mv /artifacts/bin/try-convert/Debug/netcoreapp3.1/publish C:/Users//try-convert +mv /artifacts/bin/try-convert/Debug/net5.0/publish C:/Users//try-convert ``` You can invoke the tool from the publish directory as well.