We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d003125 commit 7c29366Copy full SHA for 7c29366
README.md
@@ -23,13 +23,13 @@ Clone `up`'s Git repository.
23
$ git clone https://github.com/helpermethod/up ~/.up
24
```
25
26
-Add the following line to your `.bashrc` (Linux) or `.bash_profile` (macOS) to install `up`.
+Add the following to your `.bashrc` (Linux) or `.bash_profile` (macOS) to install `up`.
27
28
```sh
29
. "$HOME/.up/up"
30
31
32
-Add the following line to your `.bashrc` (Linux) or `.bash_profile` (macOS) to enable `up`'s shell completion.
+Add the following to your `.bashrc` (Linux) or `.bash_profile` (macOS) to enable `up`'s shell completion.
33
34
35
. "$HOME/.up/completion/bash/up"
0 commit comments