From b9c6caca47733426ff178644610d40ce1bb0b711 Mon Sep 17 00:00:00 2001 From: Jimmy Hu Date: Wed, 2 Oct 2019 01:04:30 +0800 Subject: Update README.md --- scripts/README.md | 5 +---- 1 file changed, 1 insertion(+), 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. -- cgit