mirror of
https://github.com/seejohnrun/haste-client.git
synced 2025-12-21 11:01:28 +00:00
Fix readme
This commit is contained in:
@@ -40,10 +40,10 @@ export VARIABLE="value"
|
|||||||
|
|
||||||
### Authentication
|
### 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`
|
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
|
```bash
|
||||||
export HASTE_SERVER_TOKEN="mytoken"
|
export HASTE_SERVER_TOKEN="mytoken"
|
||||||
|
|||||||
Reference in New Issue
Block a user