We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88d0e5b + d60d726 commit 9a5c382Copy full SHA for 9a5c382
README.md
@@ -4,7 +4,15 @@ gist.el -- Emacs integration for gist.github.com
4
================================================
5
6
Uses your local GitHub config if it can find it.
7
-See <http://github.com/blog/180-local-github-config>
+
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
+```
16
17
News
18
====
0 commit comments