A docker image for fclones.
See fclones documentation for details on using it.
Install fclones using the command:
$ make install
Or without make, using the command:
$ ./scripts/make.sh install
Note: a wrapper script will be installed in
INSTALL_DIR
directory (default location will be$HOME/.local/bin
).
Uninstall fclones using the command:
$ make uninstall
Or without make, using the command:
$ ./scripts/make.sh uninstall