Compare two folders and do some manipulations with files
- Download the package from releases list.
- Install the package running
sudo dpkg -i <downloaded_package>
To compile the code you need to have rustc
. How to install Rust
- Clone repository
git clone [email protected]:AleksandrCherepanov/rdiff.git
- Go to cloned directory and build it
cd rdiff && cargo build --release
- The binary file will be available in
target/release/rdiff