Update getting started in readme

This commit is contained in:
Jonas Platte 2021-10-02 21:23:23 +02:00
parent 330754e6f8
commit 186afa6902
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -24,9 +24,9 @@ dependencies:
```toml
# crates.io release
ruma = { version = "0.3.0", features = [...] }
# git dependency (the next branch contains some breaking changes main doesn't)
ruma = { git = "https://github.com/ruma/ruma", branch = "next", features = [...] }
ruma = { version = "0.3.0", features = ["..."] }
# git dependency
ruma = { git = "https://github.com/ruma/ruma", branch = "main", features = ["..."] }
```
`ruma` re-exports all of the other crates, so you don't have to worry about