Skip to content

Commit 8735788

Browse files
authored
docs: simplify auth flow and remove get-api-url step (#40)
1 parent da1d782 commit 8735788

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,10 @@ After installation, restart your terminal (or run `source ~/.bashrc` / `source ~
5252

5353
Since we're effectively giving out GPUs for free we rely on either github or discord authentication to prove that you're a real human before you access our service.
5454

55-
1. Go to the [GPU Mode Discord server](https://discord.gg/gpumode) and type in `/get-api-url`
56-
2. Copy paste that url out `export POPCORN_API_URL="result_of_get_api_url"`
57-
3. We recommend you authenticate via your Discord as this will guarantee that your name will show up correctly on the leaderboard, you can do this via `popcorn-cli register discord`. However in case this doesn't work for you we also support Github based authentication with `popcorn-cli register github`
58-
4. To ensure the above worked you can run `cat $HOME/.popcorn.yaml` which should print your client ID which is what will be sent to us on every request
55+
1. Register the CLI (Discord recommended): `popcorn register discord` (or `popcorn register github`)
56+
2. To ensure the above worked you can run `cat $HOME/.popcorn.yaml` which should print your client ID which is what will be sent to us on every request
5957

60-
Sometimes you'll get an error that you're already authenticated despite being unable to submit in which case you can run `popcorn-cli reregister [discord|github]`.
58+
Sometimes you'll get an error that you're already authenticated despite being unable to submit in which case you can run `popcorn reregister [discord|github]`.
6159

6260
## Make your first submission
6361

0 commit comments

Comments
 (0)