Update README.md

This commit is contained in:
2016-01-02 20:31:22 +05:30
parent 8f9e7f3f48
commit d2ec58fd6e
+1 -1
View File
@@ -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