diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-09 18:39:48 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-09 18:39:48 -0700 |
commit | abb4e98e740b8695eae235b6459023cf9e6dfeeb (patch) | |
tree | b5dbf8e5c57289f1b71682c7a85467f7dd1a2e8c /golang | |
parent | 0679a97b88b1be704fbbfa0b498cfc289fdde6ae (diff) | |
download | fatcat-abb4e98e740b8695eae235b6459023cf9e6dfeeb.tar.gz fatcat-abb4e98e740b8695eae235b6459023cf9e6dfeeb.zip |
update notes/docs
Diffstat (limited to 'golang')
-rw-r--r-- | golang/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/golang/README.md b/golang/README.md index 49410352..c0e3da5e 100644 --- a/golang/README.md +++ b/golang/README.md @@ -15,6 +15,8 @@ fatcatd is essentially just glue between two declarative schemas: - postgres 9.6+ running locally - golang environment configured - https://github.com/golang/dep +- checkout (or symlink) this repo to $GOPATH/src/git.archive.org/bnewbold/fatcat +- dep ensure On debian/ubuntu: |