Skip to content

Latest commit

 

History

History
 
 

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.