Skip to content

Commit

Permalink
chore: Add basic installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Weiler committed Nov 4, 2024
1 parent 027585d commit a8af6d1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,20 @@ up is a tiny shell function which lets you to jump to a parent directory by its
* :shell: Works with Bash and zsh

## :gear: Installation

### git + Bash

1. Clone the git repository

```sh
git clone https://github.com/helpermethod/up ~/.up
```

2. Add the following line to your `.bashrc` (Linux) or `.bash_profile` (macOS)

```sh
. "$HOME/.up/up"
```

## Usage

0 comments on commit a8af6d1

Please sign in to comment.