- Install Rust (https://www.rust-lang.org/tools/install)
- Run
cargo build --release
in the directory - The executable can be moved for easier access (
mv target/release/sleepy-rustaceans-lang srl
) - Run the executable either with a test file (
./srl testfile
) or without where lines will need to be input manually