A clone of the GNU projects ls
install Cargo(the rust package manager) and run cargo install ls_clone
- Download the source code
- Enter the source code directory and run
cargo build --release
- After it compiles run
cargo install --path .
run by entering the command ls_clone.