mirror of
https://github.com/harish2704/installer-scripts.git
synced 2026-09-10 14:21:08 +00:00
Update readme
This commit is contained in:
@@ -3,9 +3,9 @@ A methodology for installing any software on my ubuntu system. It is supposed to
|
|||||||
|
|
||||||
## Installation
|
## 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
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user