Run this...
rustup
that will install Rust
then go to the directory you want gossip to be installed...then run...
git clone https://github.com/mikedilger/gossip
then...
cd gossip
run there...
cargo build --release
that will build gossip for launching
to launch gossip client...
./target/release/gossip
Sounds intimidating but super easy....once you are setup...all you do from within the gossip directory...
git pull && cargo build --release && strip ./target/release/gossip && ./target/release/gossip