Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glennblock authored Feb 17, 2018
1 parent 804affb commit a2d046c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Download and build for yourself:
4. Run ApiPort by executing: `dotnet ApiPort.dll`
* Example: `dotnet ApiPort.dll listTargets`
* Example: `dotnet ApiPort.dll analyze -f Foo.dll -r HTML`
5. For convenience, create an alias command adding the following to your ~/.bash_profile.
5. For convenience, create an alias command adding the following to your ~/.bash_profile. Replace `{dotnent-apiport-folder}` with the path where you cloned the repo.
```
alias apiport='dotnet {dotnet-apiport-folder}/bin/Debug/ApiPort/netcoreapp2.0/ApiPort.dll"
```
Expand Down

0 comments on commit a2d046c

Please sign in to comment.