We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you do not have homebrew installed you can easily set dgit up manually with three easy steps.
Download the OS appropriate version for your version of macOS or linux from the release page.
Extract the two files from the archive you downloaded, adjusting the command as appropriate.
tar -xf dgit-macOS-x86_64.tar.gz
mv dgit $SOMEWHERE_IN_YOUR_PATH mv git-remote-dgit $SOMEWHERE_IN_YOUR_PATH
That is it. dgit is installed and ready.
From any repo you want to push to your decentralized remote you can:
dgit init
Return to the README to continue.