Skip to content

Commit 77be9ea

Browse files
author
Bassem Dghaidi
committed
Add symlink instructions
1 parent 58870fa commit 77be9ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,9 @@ $ ghtoken revoke \
307307
You can use ghtoken alongside [gh cli](https://github.com/cli/cli) by setting these aliases:
308308

309309
```sh
310+
# Add ghtoken to a folder included in your PATH environment variable
311+
ln -s <PATH TO THE SCRIPT>/ghtoken /usr/local/bin/ghtoken
312+
310313
# Set a token generation alias. This will always generate a token from
311314
# the app ID and key supplied.
312315
$ gh alias set token -s 'ghtoken generate --key /tmp/private-key.pem --app_id 112233'

0 commit comments

Comments
 (0)