Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermp authored Mar 18, 2021
1 parent 3b45e40 commit 3abb68f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<user>/try-convert
mv /artifacts/bin/try-convert/Debug/net5.0/publish C:/Users/<user>/try-convert
```

You can invoke the tool from the publish directory as well.
Expand Down

0 comments on commit 3abb68f

Please sign in to comment.