aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-05 11:52:50 -0400
committerGitHub <[email protected]>2022-11-05 11:52:50 -0400
commit1f17f2ce922b800809a56e9b57ad5dc4d877d738 (patch)
treee3b5d00504d1dcc6edf92826a0151dd748aa0e3a /README.md
parent86ba8eff09efb7a6c71a9596dd324af5f384581b (diff)
downloadtexty-1f17f2ce922b800809a56e9b57ad5dc4d877d738.tar.xz
texty-1f17f2ce922b800809a56e9b57ad5dc4d877d738.zip
docs: update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1d31c2a..f4748c5 100644
--- a/README.md
+++ b/README.md
@@ -105,6 +105,12 @@ chmod +x commit.sh
Then you can run the script:
```bash
+commit README.md -m "Update README.md" -t "docs" -b "main"
+```
+
+If you haven't configured aliases at this point, you can achieve the same by running:
+
+```bash
./commit.sh README.md -m "Update README.md" -t "docs" -b "main"
```