Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 632 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 632 Bytes

Ouisync CLI

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.

Building (standalone binary)

  1. Install dependencies:

sudo apt install pkg-config libfuse-dev

  1. Install Rust using instructions from rust-lang.org.

  2. Build the app:

cargo build --release --bin ouisync

Building (docker)

See the instructions in docker/README.md

Usage

Run ouisync --help to see the available commands. Use ouisync COMMAND --help to see detailed help for the given command.