From 390ff0cc768d9ceeda0d1b90f2d845559f5d0248 Mon Sep 17 00:00:00 2001 From: Darrell Date: Wed, 5 Nov 2014 00:15:28 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45271e6..02cee59 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,12 @@ GithubReleaseCreator A small and flexible command line utility, that can create releases on GitHub, including setting the release notes, and uploading file assets. +Available as a NuGet package here: https://www.nuget.org/packages/GithubReleaseCreator/ - just add it to your solution and then you can call it easily during builds etc. -Example +Sample ======= -On your GitHub account page, you will need to have created yourself a *Personal Access Token*. +On your GitHub account page, *create yourself a Personal Access Token*. ```shell GithubReleaseCreator.exe --username [Put Personal Access Token Here] --owner "dazinator" --repo "githubreleasecreator" --tag "1.0.0+1" --name "TestRelease" --desc "Testing my automated release creator utility" --draft -u C:/myfile.txt,C:/myotherfile.txt -v