diff --git a/README.md b/README.md
index 5049d62..f722699 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ Logo courtesy of Dominic Housto
* Clean and simple CLI
* Suggestion system to help correct potential typos
* Allows for the combination of any number of different templates all into one gitignore
+* Allows for appending to pre-existing gitignore templates so that custom directories are not overridden.
## 📦 Installation
NOTE: Rust must be installed on your system for this to work. (Install Rust)
@@ -43,6 +44,11 @@ This will install the binary and add it to your path. Once installed you can use
blindfold --lang dart flutter
```
+```bash
+# use the append flag to add to the pre-existing gitignore file (can be shortened to -a)
+blindfold --append macos
+```
+
```bash
# you can specify a specific destination to store the gitignore file using the dest argument
blindfold --lang rust --dest ./src/