jeff-hughes / shellcaster

Terminal-based podcast manager built in Rust
GNU General Public License v3.0
199 stars 13 forks source link

Add compiling instructions section to readme #2

Closed thunderbiscuit closed 4 years ago

thunderbiscuit commented 4 years ago

Just to make it clear on how to compile for personal use. Something like this maybe?

Compile Shellcaster Yourself

You can build the binaries for yourself by going through the following steps:

git clone https://github.com/jeff-hughes/shellcaster.git
cd shellcaster
cargo build --release
cd ./target/release/bin/
cp ./shellcaster /usr/local/bin/    # for Linux and MacOS
jeff-hughes commented 4 years ago

Good call! I've added some instructions to the readme.