aboutsummaryrefslogtreecommitdiffstats
path: root/maskfile.md
diff options
context:
space:
mode:
Diffstat (limited to 'maskfile.md')
-rw-r--r--maskfile.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/maskfile.md b/maskfile.md
index dbcaea9..bb2b568 100644
--- a/maskfile.md
+++ b/maskfile.md
@@ -7,7 +7,7 @@ These are my configuration files.
> Use GNU Stow to install a configuration.
~~~bash
-stow "$project"
+make ${project}-install
~~~
## uninstall (project)
@@ -15,5 +15,5 @@ stow "$project"
> Use GNU Stow to uninstall a configuration.
~~~bash
-stow -D "$project"
+make ${project}-uninstall
~~~