From d2ec58fd6e372953c1d2060282eca719e7a70d25 Mon Sep 17 00:00:00 2001 From: Harish K Date: Sat, 2 Jan 2016 20:31:22 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9ece09..7d35806 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A methodology for installing any software on my ubuntu system. It is supposed to **Add `$HOME/.local/bin` to your `PATH`** ``` -echo 'export PATH="$HOME/.local/bin:\$PATH";' >> ~/.profile +echo 'export PATH="$HOME/.local/bin:$PATH";' >> ~/.profile ``` ```bash