Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Oct 16, 2019
1 parent bf16750 commit c19a0be
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,13 @@ Install only OS system package dependencies and [AWS CLI](https://aws.amazon.com
make
```

Symlink `.bashrc` and other dot files to `$HOME` (doesn't symlink OS system package dependencies):
Source `.bashrc`, `.bash_profile` and symlink dot config files to `$HOME` (doesn't install OS system package dependencies):
```
make bash
make link
```
undo via
```
make unlink
```

Install only OS system package dependencies (doesn't include [AWS CLI](https://aws.amazon.com/cli/) or Python packages):
Expand Down

0 comments on commit c19a0be

Please sign in to comment.