Skip to content

Commit 5fae064

Browse files
committed
README: Add missing "git add"
The command "git add" was missing in the instructions for creating the commit. Add the command for correct instructions. Signed-off-by: Razvan Deaconescu <razvan@rosedu.org>
1 parent efc9469 commit 5fae064

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ We do the steps:
139139
1. Create commit:
140140

141141
```console
142+
git add c-bye/
142143
git commit -s -m 'Introduce c-bye program'
143144
```
144145

0 commit comments

Comments
 (0)