update readme

This commit is contained in:
Ray Elliott 2020-11-07 20:58:02 +00:00
parent 87ac9ae799
commit ee86d58bf5
1 changed files with 2 additions and 2 deletions

View File

@ -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