Skip to content

Commit 7c29366

Browse files
authored
Aktualisieren von README.md
1 parent d003125 commit 7c29366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Clone `up`'s Git repository.
2323
$ git clone https://github.com/helpermethod/up ~/.up
2424
```
2525

26-
Add the following line to your `.bashrc` (Linux) or `.bash_profile` (macOS) to install `up`.
26+
Add the following to your `.bashrc` (Linux) or `.bash_profile` (macOS) to install `up`.
2727

2828
```sh
2929
. "$HOME/.up/up"
3030
```
3131

32-
Add the following line to your `.bashrc` (Linux) or `.bash_profile` (macOS) to enable `up`'s shell completion.
32+
Add the following to your `.bashrc` (Linux) or `.bash_profile` (macOS) to enable `up`'s shell completion.
3333

3434
```sh
3535
. "$HOME/.up/completion/bash/up"

0 commit comments

Comments
 (0)