From 1f51313ae7c1a5b6b6ceb442a00682af78fcd6e7 Mon Sep 17 00:00:00 2001 From: "info@vltmedia.com" Date: Tue, 8 Jun 2021 04:14:00 -0400 Subject: [PATCH] Added Release badge, along with install --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 29cb8e4..d0bf80f 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,14 @@ GitHubC#.Net +[![GitHub release](https://img.shields.io/github/release/vltmedia/DebugProcess-Csharp.svg)](https://GitHub.com/vltmedia/DebugProcess-Csharp/releases/) + + + Use this small Console app to debug apps that need to send Arguments to be able to see the arguments and write them out to a file in the same location as this apps exe file. +Grab a the precompiled app in the Releases area. + # Usage Pass arguments to the ```DebugProcess.exe``` and a new text file in the format of ```DebugProcess_DATETIME.txt``` will be created in the same folder as the .exe file.