Skip to content

Commit 52a5cc3

Browse files
committed
Move "list" example further down in README
* This improves the "flow" of the examples by showing the use of `list` at the point in the example where two users have been added. [#14]
1 parent 447795a commit 52a5cc3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ with:
2525
```bash
2626
$ gh-auth add chrishunt
2727
Adding 2 key(s) to '/Users/chris/.ssh/authorized_keys'
28-
29-
$ gh-auth list
30-
Added users: chrishunt, zachmargolis
3128
```
3229

3330
That was easy! When we're done working, you can revoke my access with:
@@ -43,6 +40,9 @@ You can add and remove any number of users at the same time.
4340
$ gh-auth add chrishunt zachmargolis
4441
Adding 4 key(s) to '/Users/chris/.ssh/authorized_keys'
4542

43+
$ gh-auth list
44+
Added users: chrishunt, zachmargolis
45+
4646
$ gh-auth remove chrishunt
4747
Removing 2 key(s) from '/Users/chris/.ssh/authorized_keys'
4848

0 commit comments

Comments
 (0)