Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nagyben committed Apr 23, 2024
1 parent 0db05af commit d3db84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A GitHub TUI
2. Download the Github GraphQL schema to `src/github/schema.graphql` by running the following command:

```sh
curl -L https://docs.github.com/public/fpt/schema.docs.graphql -o src/github/github_schema.graphql
curl -L https://docs.github.com/public/fpt/schema.docs.graphql -o src/github/schema.graphql
```

3. Generate a PAT token with read access to repos and pull requests
Expand Down

0 comments on commit d3db84b

Please sign in to comment.