opentimestamps / opentimestamps-client

OpenTimestamps client
Other
287 stars 83 forks source link

Git integration - ots-git-gpg-wrapper.sh instructions #64

Open omarshibli opened 6 years ago

omarshibli commented 6 years ago

it's not well documented in the git integration document that ots-git-gpg-wrapper.sh should be installed from https://raw.githubusercontent.com/opentimestamps/opentimestamps-client/master/ots-git-gpg-wrapper.sh

I think it would be easier to follow if the url is explicitly mentioned in the instructions. Something like this would be helpful and save some time:

cd ~
wget https://raw.githubusercontent.com/opentimestamps/opentimestamps-client/master/ots-git-gpg-wrapper.sh
git config --global gpg.program ~/ots-git-gpg-wrapper.sh
petertodd commented 6 years ago

Hmm, that's an interesting point!

Though I don't feel comfortable telling users to use wget or the like to download dependencies off the web. Since the wrapper script is so short - just a single line - maybe the thing to do is just put it in the docs itself and tell users how to create it?

omarshibli commented 6 years ago

good idea, let me prepare a PR and let me know what do you think.