Skip to content

Commit a8af6d1

Browse files
author
Oliver Weiler
committed
chore: Add basic installation instructions
1 parent 027585d commit a8af6d1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,20 @@ up is a tiny shell function which lets you to jump to a parent directory by its
1414
* :shell: Works with Bash and zsh
1515

1616
## :gear: Installation
17+
18+
### git + Bash
19+
20+
1. Clone the git repository
21+
22+
```sh
23+
git clone https://github.com/helpermethod/up ~/.up
24+
```
25+
26+
2. Add the following line to your `.bashrc` (Linux) or `.bash_profile` (macOS)
27+
28+
```sh
29+
. "$HOME/.up/up"
30+
```
31+
32+
## Usage
33+

0 commit comments

Comments
 (0)