forked from Henry-Hiles/nexus
Update README.md
This commit is contained in:
parent
8c38095290
commit
6be16fbc08
1 changed files with 16 additions and 1 deletions
17
README.md
17
README.md
|
|
@ -100,4 +100,19 @@ Light Mode | Dark Mode
|
||||||
- [ ] Pronouns
|
- [ ] Pronouns
|
||||||
- [ ] Password
|
- [ ] Password
|
||||||
- [ ] About
|
- [ ] About
|
||||||
- [x] Log Out
|
- [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 packages (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
|
||||||
|
|
||||||
|
Come chat in the [Federated Nexus Community](https://matrix.to/#/#space:federated.nexus) for questions or help with developing or using Nexus Client.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue