diff --git a/README.md b/README.md index 4b43b54dc..a29537a8f 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ The following tasks take you through the process of building a pipeline that wil # See what files have changed locally. You should see chaincode_start.go git status # Stage all changes in the local repository for commit - git add -all + git add --all # Commit all staged changes. Insert a short description after the -m argument git commit -m "Compiled my code" # Push local commits back to https://github.com//learn-chaincode/