Skip to content

Commit 9a5c382

Browse files
authored
Merge pull request #91 from halcyon/update-readme
Update readme to use github.oauth-token
2 parents 88d0e5b + d60d726 commit 9a5c382

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ gist.el -- Emacs integration for gist.github.com
44
================================================
55

66
Uses your local GitHub config if it can find it.
7-
See <http://github.com/blog/180-local-github-config>
7+
8+
Go to your [GitHub Settings](https://github.com/settings/tokens) and generate a personal access token with `gist` scope
9+
10+
Next run:
11+
12+
``` Shell
13+
git config --global github.user <your-github-user-name>
14+
git config --global github.oauth-token <your-personal-access-token-with-gist-scope>
15+
```
816

917
News
1018
====

0 commit comments

Comments
 (0)