diff --git a/README.md b/README.md
index ce95095..b2637c6 100644
--- a/README.md
+++ b/README.md
@@ -109,9 +109,3 @@ On Libera I'm `emerson`, on Matrix I'm `@emersonveenstra:matrix.org`, feel free
| Per-room display names (IRCv3) | ❌ | ❌ | [#13](https://todo.sr.ht/~emerson/reflectionircd/13) |
| Message editing (IRCv3) | ❌ | ❌ | [#14](https://todo.sr.ht/~emerson/reflectionircd/14) |
| Message deletion/redaction (IRCv3) | ✅ | ✅ ||
-
-## Running
-Copy `config.example.json` to `config.json`, edit the values if needed, then `npm run build` and then `node reflection.js` to start it
-
-## Authentication
-Authentication is done via `SASL PLAIN`, the username is your mxid and the password is an access token from another session plus your server domain, separated by a `:` (so `access_token:matrix.org` if your server is matrix.org). Note this is the domain for `m.server`, not necessarily the homeserver domain. You can find this value by going to https://yourhomeserver.tld/.well-known/matrix/server.
\ No newline at end of file