Skip to content

Commit 9d73ccd

Browse files
authored
Aktualisieren von README.md
1 parent 510cc3e commit 9d73ccd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ up is a tiny shell function which lets you jump to a parent directory by its nam
1313
* :keyboard: Shell completion for parent directory names
1414
* :shell: Works with Bash and Zsh
1515

16-
## :gear: Installation
16+
## :hammer_and_wrench Installation
1717

1818
### :shell: Git & Bash
1919

2020
Clone `up`'s Git repository.
2121

2222
```sh
23-
git clone https://github.com/helpermethod/up ~/.up
23+
$ git clone https://github.com/helpermethod/up ~/.up
2424
```
2525

2626
Add the following line to your `.bashrc` (Linux) or `.bash_profile` (macOS) to install `up`.
@@ -57,7 +57,7 @@ autoload -U +X bashcompinit && bashcompinit
5757
. "$HOME/.up/completion/bash/up"
5858
```
5959

60-
## Usage
60+
## :mag: Usage
6161

6262
Get the list of parent directory names.
6363

0 commit comments

Comments
 (0)