Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ The goal of this project is to create a Matrix client in Rust using the matrix-s

To get started, you need to have Rust and Cargo installed on your system. You can download them from the official Rust website: https://www.rust-lang.org/tools/install

Also you have to install the development library of SQLite. On Debian-like systems this can be done with:
```
sudo apt install libsqlite3-dev
```

## Current Features

- Login
Expand Down