Closed natewalck closed 6 years ago
Hello @natewalck,
thanks for the interest, but this is currently somewhat expected.
I still didn't update the brig-vendor
repository, since I did not release brig
anywhere.
I will provide a very basic working implementation over the course of the next weeks.
Stay tuned! (And this will be also go get
-able then :smirk:).
It is go get
-able now. Syncing and many other things are currently not really working. But you can read the brig help
at least and init a repository with:
$ export BRIG_PATH=/tmp/some-repo
$ export BRIG_PORT=6666
$ brig init natewalck --backend ipfs
$ brig cat README.md
Ticket is open and "close enough" so being lazy and saying it here -- go get path given in README is no longer valid, need to go get github.com/sahib/brig
since d3d1af64
Thanks @martinetd, fixed.
When running
go get github.com/disorganizer/brig/cmd/brig
, the follow errors are thrown: