Skip to content

Commit e731ee1

Browse files
committed
docs: update readme
1 parent 2a4d948 commit e731ee1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
A npx-like script runner for GitHub gists
66

7-
Fetch scripts from GitHub Gists and execute them as if they were native scripts.
7+
Fetch scripts from GitHub Gists and execute them as if they were native scripts. Uses the GitHub CLI for authentication under the hood.
88

99
## Installation
1010

@@ -29,10 +29,10 @@ You can get a nix flake from https://github.com/flexwie/nur-packages
2929
## Usage
3030

3131
```sh
32-
ghs <user>/<gist>
32+
ghs [<user>/]<gist>
3333
```
3434

35-
for example: `ghs flexwie/test.sh`
35+
for example: `ghs flexwie/test.sh`. If no username is provided, the currently logged in user will be assumed.
3636

3737
## Executors
3838

0 commit comments

Comments
 (0)