diff --git a/workshops/0_installation_party/README.md b/workshops/0_installation_party/README.md index 7116353..8b5e118 100644 --- a/workshops/0_installation_party/README.md +++ b/workshops/0_installation_party/README.md @@ -123,6 +123,12 @@ cd workshops/0_installation_party/ python test_script.py ``` - Confirm the output contains your given name +- Add your changes using git + +```sh +git add test_script.py +``` + - Commit your change using git ```sh