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

Commit

Permalink
Adding bash alias command.
Browse files Browse the repository at this point in the history
  • Loading branch information
glennblock committed Feb 17, 2018
1 parent 3995a05 commit 804affb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ 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.
```
alias apiport='dotnet {dotnet-apiport-folder}/bin/Debug/ApiPort/netcoreapp2.0/ApiPort.dll"
```
This will alow you to use apiport globally from the command line: `airport analyze -f Foo.dll -r HTML`

## Documentation

Expand Down

0 comments on commit 804affb

Please sign in to comment.