Fix README.md

This commit is contained in:
2026-01-29 21:43:52 +00:00
parent b0f9a7048a
commit 1ef42695f0

View File

@@ -1 +1,12 @@
# gay # lambda
In order to run this program you must have a file named `lambda.toml` that specifies your config.
Here is an example:
```toml
Server = "example.com:5222"
Username = "user@example.com"
Password = "123456789"
Insecure = false
Nick = "User"
```