From 08b0cd95f84922983af8954599aa5356303baf61 Mon Sep 17 00:00:00 2001 From: AllanCapistrano Date: Sun, 16 Jul 2023 14:52:54 -0300 Subject: [PATCH] docs: add using gbc subsection --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 05e86eb..2b3ab76 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ Follow the next steps to install **gbc**: bash -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/AllanCapistrano/gbc/main/scripts/install.sh)" ``` 3. You can check if **gbc** is installed by typing `gbc --version` in your terminal. + +### 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. ### Build gbc To build **gbc** in your machine, you can follow the next steps: