Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.49 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.49 KB

File Synchroniser

Docker CI

Coq formalisation of the Unison file synchroniser

Meta

Building and installation instructions

The easiest way to install the latest released version of File Synchroniser is via OPAM:

opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq-file-sync

To instead build and install manually, do:

git clone https://github.com/liyishuai/file-sync.git
cd file-sync
make   # or make -j <number-of-cores-on-your-machine> 
make install