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.

Reply to this note

Please Login to reply.

Discussion

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

Sweet! Already got it up and running.

Fuck yeah! Glad I could be of help. Congratulations 🎉🎉🎉 #notedeck

Appreciate the help. I was 90% there. I use GitHub like 3x a year lol