Anyone feel like helping me setup Damus Notedeck on my MacBook?? Trying to install from GitHub. I can stumble around in terminal but not great.
Discussion
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
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 have installed this and it seems the notedeck alpha version is similar with the interface on X pro user , where people can added column based on their preference .
Like home timeline
Hashtag
Notification and so on .