Skip to content

Commit

Permalink
Add NuGet and License badges
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin authored Jun 8, 2018
1 parent 18744cb commit d9998ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
**Tool for capturing managed stack traces from .NET applications.**

[![NuGet](https://img.shields.io/nuget/v/ClrStack.svg)](https://www.nuget.org/packages/ClrStack/) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md)

```Usage: ClrStack.exe PID```

You could pass THREAD_DUMP_DIR environment variable with path to existing directory to write thread dump in file.
You could pass THREAD_DUMP_DIR environment variable with path to existing directory to write thread dump in file.

0 comments on commit d9998ea

Please sign in to comment.