I was missing the steps on how to clone the GitHub. ChatGPT got me there. lol
git clone https://github.com/damus-io/notedeck.git
cd notedeck
cargo build --release
./target/release/notedeck
that's what i do on linux, i assume mac would be similar.
I was missing the steps on how to clone the GitHub. ChatGPT got me there. lol
No replies yet.