From 2666aea971e5b22665f774fa6b9c406b3d00a32d Mon Sep 17 00:00:00 2001 From: Giles Davies Date: Wed, 7 Sep 2022 11:27:24 +0100 Subject: [PATCH] Update README to add an example command A quick update for the Add better examples to the documentation #81 issue --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2c2db53..82c9bf9 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,11 @@ For all actions, the tool will ask you to input a GitHub token. To obtain this t | -v, --verbose | Include additional logging information. | | -h, --help | See all the options and help. | +An example command to import from a csv file into github.com/myOrg/my-repo: +``` +githubCSVTools myFile.csv -t myGitHubToken -o myOrg -r my-repo +``` + ## Development 1. Clone the repo.