Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
flexwie committed Dec 12, 2024
1 parent 2a4d948 commit e731ee1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A npx-like script runner for GitHub gists

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

## Installation

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

```sh
ghs <user>/<gist>
ghs [<user>/]<gist>
```

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

## Executors

Expand Down

0 comments on commit e731ee1

Please sign in to comment.