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
|
# Nexus Client
|
||||||
|
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> Nexus Client is still heavily in development, and is not ready for use!
|
> 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
|
## Screenshots
|
||||||
|
|
||||||
Light Mode | Dark Mode
|
| Dark Mode | Light Mode |
|
||||||
:-:|:-:
|
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------: |
|
||||||
 | 
|
|  |  |
|
||||||
|
|
||||||
## Progress
|
## Progress
|
||||||
|
|
||||||
- [ ] Platform Support
|
- [ ] Platform Support
|
||||||
- [x] Linux
|
- [x] Linux
|
||||||
- [x] Windows (untested, if you are interested in helping to test, open an issue)
|
- [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
|
- [x] Log Out
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
Fork and clone the project, then:
|
Fork and clone the project, then:
|
||||||
|
|
||||||
- With Nix: Either use direnv, or `nix flake develop`
|
- 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`).
|
- 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:
|
Build generated files, and watch for new changes:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
flutter pub run build_runner watch --delete-conflicting-outputs
|
flutter pub run build_runner watch --delete-conflicting-outputs
|
||||||
```
|
```
|
||||||
|
|
||||||
Run `flutter run` to run the app.
|
Run `flutter run` to run the app.
|
||||||
|
|
||||||
## Community
|
## Community
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue