diff options
author | Jimmy Hu <jim2212001@gmail.com> | 2019-10-02 01:04:30 +0800 |
---|---|---|
committer | Jimmy Hu <jim2212001@gmail.com> | 2019-10-02 12:44:15 +0800 |
commit | b9c6caca47733426ff178644610d40ce1bb0b711 (patch) | |
tree | c67a49dfd60bcffb7c8f3c8fcfdb671cca68bfca | |
parent | 0077d18735570da89c0b22a14ec1195ce8caa4a2 (diff) | |
download | go-tangerine-jimmy-script.tar.gz go-tangerine-jimmy-script.tar.zst go-tangerine-jimmy-script.zip |
Update README.mdjimmy-script
-rw-r--r-- | scripts/README.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/README.md b/scripts/README.md index eb6caff42..039553d25 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -6,7 +6,4 @@ docker image. ## Updating -Whenever `run_bp.py` is changed, `run_bp.py.sha1` needs to be updated -correspondingly with: - - sha1sum run_bp.py | awk '{ print $1 }' > run_bp.py.sha1 +Your commit must be signed whenever `run_bp.py` is changed. Check the [GitHub Help](https://help.github.com/en/articles/signing-commits) to set it up. |