update readme
This commit is contained in:
parent
87ac9ae799
commit
ee86d58bf5
|
@ -2,13 +2,13 @@ Basic shell scripts for interacting with a Kanboard installations API.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
API access credentials should be saved in a `.env` file in the form of:
|
API access credentials should be saved in an `.env` file in the form of:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
export _api_auth='jsonrpc:api_token'
|
export _api_auth='jsonrpc:api_token'
|
||||||
```
|
```
|
||||||
|
|
||||||
Where `api_token` has the value given on Kanboard's settings page.
|
Where `api_token` has the value found on the settings page of the Kanboard web UI.
|
||||||
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in New Issue