abcxyz / jvs

Apache License 2.0
8 stars 0 forks source link

NIT: updated readme for better readability #218

Closed anmluo closed 1 year ago

anmluo commented 1 year ago

Minor changes for readme

sethvargo commented 1 year ago

@anmluo - can you enable commit signing on your account? I'll force this merge, but we require all commits to be signed.

anmluo commented 1 year ago

@sethvargo I will make all the commits are signed. Already enable it in my account but probably forget to add -S option during commit.

sethvargo commented 1 year ago

Add:

[commit]
  gpgsign = true

[tag]
  gpgsign = true

to your $HOME/.gitconfig :)

anmluo commented 1 year ago

cool, added it, thx for the tip.