commit 4bb1265dd73e8370c79666bb6c541bdb025bf1a1
parent 8225b5e0bc864a21b32535838d61facdd4c1e741
Author: Bharatvaj Hemanth <bharatvaj@getsh.org>
Date: Sat, 26 Nov 2022 03:11:35 +0530
Typo: Fix usage in README
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
@@ -14,7 +14,7 @@ USAGE
-----
To avoid complexity, fmake does not fork any process to run the commands. It just prints out the right command.
-`make='$(fmake)'` This should be added in your .bash_profile, .zshrc for fmake to work.
+`alias make='$(fmake)'` should be added in your .bash_profile, or .zshrc for fmake to work.
When none is found, it just defaults to the `make` in $PATH