curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
sudo apt update
sudo apt install build-essential
git clone https://github.com/damus-io/notedeck
cd notedeck
cargo build --release
./target/release/notedeck
looks about right
Please Login to reply.
No replies yet.