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.
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
usually new commits happen every day or so. you'll want to get those too. this will pull down the latest changes.
cd notedeck
git pull
cargo build --release
./target/release/notedeck