Skip to content

Commit

Permalink
chore: more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Mar 12, 2023
1 parent c86f857 commit e736f1c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pip install poetry && poetry install

## Quick Usage

It is recommend that you set the environment variable AUDIUS_APP_NAME prior to using the SDK:
It is recommended that you set the environment variable AUDIUS_APP_NAME prior to using the SDK:

```shell
export AUDIUS_APP_NAME="My_Audius_App"
Expand All @@ -42,6 +42,11 @@ export AUDIUS_HOST_NAME="https://audius.example.com"
```

If you don't specify a host, `audius-py` will select a random host from the list of known hosts to the Audius app.
To see all available hosts, run command:

```shell
audius hosts
```

### CLI

Expand Down

0 comments on commit e736f1c

Please sign in to comment.