You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
When I followed the instructions on your page I saw that you ask users to:
Add your Clubhouse API token as an environment variable.
(Go to Clubhouse > Settings > Your Account > API Tokens to create one.)
run CLUBHOUSE_API_TOKEN="MY TOKEN"`
when it should be export CLUBHOUSE_API_TOKEN="YOUR API TOKEN HERE"
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I followed the instructions on your page I saw that you ask users to:
when it should be
export CLUBHOUSE_API_TOKEN="YOUR API TOKEN HERE"
The text was updated successfully, but these errors were encountered: