As a follow on to #1 ... from a quick glance, the updated medium article has a different example from the README.
- README:
-v $PWD:/go/src/github.com/mailchain/mailchain
- Article:
-v ($pwd):/go/src/github.com/mailchain/mailchain \
Note the pwd part in the article snippet, I'm guessing that's a typo?
Also, if you're going to be in there digging around, it might be useful to include a link to the medium article from README.md for anybody who stumbles onto the repo without having found it via the article. Thanks again for building this.
As a follow on to #1 ... from a quick glance, the updated medium article has a different example from the README.
-v $PWD:/go/src/github.com/mailchain/mailchain-v ($pwd):/go/src/github.com/mailchain/mailchain \Note the
pwdpart in the article snippet, I'm guessing that's a typo?Also, if you're going to be in there digging around, it might be useful to include a link to the medium article from
README.mdfor anybody who stumbles onto the repo without having found it via the article. Thanks again for building this.