From 34895eaef0484aee3fe4b4eac03cc69b31ba8cc5 Mon Sep 17 00:00:00 2001 From: Brad Garropy Date: Fri, 20 Dec 2019 21:32:12 -0600 Subject: [PATCH] update readme. --- readme.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index a7d4756..313c400 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,8 @@ npm install labman --global If you have `labman` installed globally you can run it as shown below. ``` -labman clone +labman login +labman clone ``` Where `token` is your GitHub [personal access token][token]. @@ -28,13 +29,15 @@ Where `source` and `destination` are GitHub repositories in the form of `owner/r Here is an example. ``` -labman clone 1234abcd bradgarropy/label-source bradgarropy/label-destination +labman login bradgarropy 1234abcd +labman clone bradgarropy/label-source bradgarropy/label-destination ``` Alternatively, you can run it with [`npx`][npx]. ``` -npx labman clone +npx labman login +npx labman clone ``` ## ❔ Questions