This directory contains code for the Ouisync command line interface (CLI) application which can be built as a standalone binary or as a Docker image.
- Install dependencies:
sudo apt install pkg-config libfuse-dev
-
Install Rust using instructions from rust-lang.org.
-
Build the app:
cargo build --release --bin ouisync
See the instructions in docker/README.md
Run ouisync --help
to see the available commands. Use ouisync COMMAND --help
to see detailed
help for the given command.