Documentation
Welcome to the FluxVCS documentation. Here you will find everything you need to know about using Flux.
Installation
The easiest way to install Flux is via the package manager for your system.
Ubuntu / Debian
$ sudo add-apt-repository ppa:fluxvcs/ppa $ sudo apt update $ sudo apt install fluxvcs
Fedora
$ sudo dnf install fluxvcs
First Time Setup
Before you commit, configure your identity.
$ flux config --global user.name "John Doe" $ flux config --global user.email johndoe@example.com
FluxVCS