dt is a command line tool for storing data together on the distributed web
Copyright (C) 2017 Data Together
This program is free software: you can redistribute it and/or modify it under the terms of the GNU AFFERO General Public License as published by the Free Software Foundation, version 3.0.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the LICENSE
file for details.
We would love involvement from more people! If you notice any errors or would like to submit changes, please see our Contributing Guidelines.
We use GitHub issues for tracking bugs and feature requests and Pull Requests (PRs) for submitting changes
Proper installation instructions coming soon. In the meantime you'll most definitely need gx to run gx install
from $GOPATH/github.com/qri-io/cafs
, then come back to the dt directory, run go install
, watch it complain, see a package you're missing, then run go get [package name]
until the complier stops complaining.