Skip to content

dgit Install without Homebrew

Andrew Holz edited this page Mar 31, 2020 · 11 revisions

If you do not have homebrew installed you can easily set dgit up manually with three easy steps.

  1. Download the OS appropriate version for your version of macOS or linux from the release page.

  2. Extract the two files from the archive you downloaded, adjusting the command as appropriate.

tar -xf dgit-macOS-x86_64.tar.gz
  1. Move the two binaries to somewhere in your $PATH like /usr/local/bin.
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.

Clone this wiki locally