notedeck/README.md
William Casarin 20bc99e511 Revert "Update README.md"
This is an outdated page

This reverts commit ad8acf47c5.
2023-12-24 12:40:15 -08:00

820 B

Damus Android

A multiplatform nostr client. Works on android and desktop

Alpha! WIP!

Compiling

The shell.nix provides a reproducible build environment for android and rust. I recommend using direnv to load this environment when you cd into the directory.

Once you have your dev shell setup, you can build with this command:

$ cargo apk run --release 

This will build and run the app on your android device. If you don't have the aarch64-linux-android rust target yet, you can install it with:

$ rustup target add aarch64-linux-android

You can also just type

$ cargo run --release

To run the multiplatform desktop version of the app called NoteDeck.