The Go90 Scale of Doomed Streaming Services

update readme

Changed files
+6 -1
+6 -1
README.md
··· 17 17 18 18 2. Login at http://127.0.0.1:8080 to create an admin account 19 19 20 - 3. Enter your domain authority (e.g., `com.example`) - this is the namespace for your app's lexicons. Leave blank if unsure; `app.bsky.actor.profile` will be treated as an external collection. 20 + 3. Go to the settings page. Enter your domain authority (e.g., `com.example`) - this is the namespace for your app's lexicons. Leave blank if unsure; `app.bsky.actor.profile` will be treated as an external collection. 21 21 22 22 4. Upload `lexicons.zip` in the Lexicons section 23 23 24 24 5. Register an OAuth client at http://127.0.0.1:8080/oauth/clients 25 + 26 + - Name: `frontend client` 27 + - Type: `public` 28 + - Redirect URIs: `http://localhost:3000/` 29 + - Scope: `atproto transition:generic` 25 30 26 31 6. Copy the client ID and set it in `index.html`: 27 32