commit 2e33bda6ea799b6b49581e2991532638a2b8d6a4 parent cc8bbeacb49fbb72d4cbffa68e4f5ef5a7c5ba31 Author: Gavin Rehkemper <gavinr@users.noreply.github.com> Date: Sun, 19 Apr 2020 02:10:37 +0000 Update README.md Diffstat:
M | README.md | | | 16 | +++++++++++++--- |
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -7,15 +7,25 @@ Currently imports title, description, labels, and milestones. `githubCsvTools --help` for info on how to use the command line tool. -First run `npm install -g github-csv-tools` to install. Then: +First run this to install: + +``` +npm install -g github-csv-tools +``` + +Then either export or import: ### To Import Issues -`githubCsvTools myFile.csv` +``` +githubCsvTools myFile.csv +``` ### To Export Issues -`githubCsvTools` +``` +githubCsvTools +``` ### Tokens