forked from Henry-Hiles/nexus
Fix dark/light in readme
This commit is contained in:
parent
6f9a3fb4bf
commit
5cb897d89e
1 changed files with 97 additions and 93 deletions
12
README.md
12
README.md
|
|
@ -1,6 +1,5 @@
|
|||
# Nexus Client
|
||||
|
||||
|
||||
> [!WARNING]
|
||||
> Nexus Client is still heavily in development, and is not ready for use!
|
||||
|
||||
|
|
@ -10,11 +9,12 @@ A simple and user-friendly Matrix client made with Flutter and the Matrix Dart S
|
|||
|
||||
## Screenshots
|
||||
|
||||
Light Mode | Dark Mode
|
||||
:-:|:-:
|
||||
 | 
|
||||
| Dark Mode | Light Mode |
|
||||
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------: |
|
||||
|  |  |
|
||||
|
||||
## Progress
|
||||
|
||||
- [ ] Platform Support
|
||||
- [x] Linux
|
||||
- [x] Windows (untested, if you are interested in helping to test, open an issue)
|
||||
|
|
@ -103,14 +103,18 @@ Light Mode | Dark Mode
|
|||
- [x] Log Out
|
||||
|
||||
## Development
|
||||
|
||||
Fork and clone the project, then:
|
||||
|
||||
- With Nix: Either use direnv, or `nix flake develop`
|
||||
- Without Nix: Install Flutter, Rust, the libsecret dev package for your distro (must be in `PKG_CONFIG_PATH`), and sqlite (must be in `LD_LIBRARY_PATH`).
|
||||
|
||||
Build generated files, and watch for new changes:
|
||||
|
||||
```sh
|
||||
flutter pub run build_runner watch --delete-conflicting-outputs
|
||||
```
|
||||
|
||||
Run `flutter run` to run the app.
|
||||
|
||||
## Community
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue