From f73d1b0e41e8f9802937b92678be553cbbd2b532 Mon Sep 17 00:00:00 2001 From: sbimochan Date: Wed, 9 Jan 2019 16:02:24 +0545 Subject: [PATCH] readme: Update readme. Implement via /usr/local/bin --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ff0385..8ccaaec 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ will produce default command ```git clone https://github.com/sbimochan/smart-commit.git``` -```alias gcommit="sh ~/bin/smart-commit/commit"``` +```cd smart-commit``` + +```cp commit /usr/local/bin``` + +```cd /usr/local/bin``` + +```chmod +x commit``` And restart the terminal