1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2025-12-12 23:05:56 +00:00

Fix readme

This commit is contained in:
Yusuf Yilmaz
2023-01-16 14:40:21 +01:00
parent e7bdd20ab5
commit 04800724cd

View File

@@ -40,10 +40,10 @@ export VARIABLE="value"
### Authentication
If you are using default `HASTE_SERVER`, you need to have an authentication token.
If you are using default `HASTE_SERVER`, you need to have an GitHub authentication token.
You can get the information about authentication and how to generate token here. `https://www.toptal.com/developers/hastebin/documentation`
After you have generated your token, you should add the token to your ~.bash_profile:
After you have generated your token, you should add it to your ~.bash_profile:
```bash
export HASTE_SERVER_TOKEN="mytoken"