Update readme

This commit is contained in:
2016-01-02 19:31:36 +05:30
parent ebef9e0055
commit c79e210a0e
+2 -2
View File
@@ -3,9 +3,9 @@ A methodology for installing any software on my ubuntu system. It is supposed to
## Installation
** Add $HOME/.local/bin to your PATH **
**Add `$HOME/.local/bin` to your `PATH`**
```
echo "export PATH=\"\$HOME/.local/bin:\$PATH\";" >> ~/.profile
echo 'export PATH="$HOME/.local/bin:\$PATH";' >> ~/.profile
```
```bash