From 51548c6284bdbc2be2904ae56889e65f20faf449 Mon Sep 17 00:00:00 2001 From: AllanCapistrano Date: Sun, 16 Jul 2023 14:56:45 -0300 Subject: [PATCH] docs: gbc --help and gbc help commands --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2b3ab76..738c7ab 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ Follow the next steps to install **gbc**: ### Using gbc Once you have **gbc** installed, after adding the file(s) to commit, type `gbc` in your terminal, select the **commit type** using the **arrows keys**, and press **enter**. After that, enter the **commit message** you want. + +You can type `gbc --help` to see the allowed command options or `gbc help ` to see a short description and basic example of each **commit type**. + ### Build gbc To build **gbc** in your machine, you can follow the next steps: