diff --git a/Github-API-Integration.md b/Github-API-Integration.md index 4f4438e..540bf44 100644 --- a/Github-API-Integration.md +++ b/Github-API-Integration.md @@ -1,8 +1,12 @@ -To enable Github API integration via Sn1per, you must create your Github API token by going here: https://github.com/settings/tokens. If you already have a Github API token, you will need to update /root/.sniper.conf with the following value: +To enable Github API integration via Sn1per, you must create your Github API token by going here: https://github.com/settings/tokens. If you already have a Github API token, you will need to update ```/root/.sniper_api_keys.conf``` with the following value: ``` -# GITHUB API KEY GITHUB_API_KEY="_____ENTER YOUR API KEY HERE_____" +``` + +Next, add the following value to your ```/root/.sniper.conf``` file: + +``` GITHUB_SUBDOMAINS="1" ```