Skip to content

Commit

Permalink
A few things I missed
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreg committed Jan 6, 2020
1 parent 54923ae commit b1d00fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -76,7 +76,7 @@ git clone --depth 1 git@github.com:lotabout/skim.git ~/.skim
~/.skim/install
```

Next: add `~/.skim/bin` to your PATH by putting the following line into your `~/.bashrc`
Next, add `~/.skim/bin` to your PATH by putting the following line into your `~/.bashrc`:

```sh
export PATH="$PATH:$HOME/.skim/bin"
Expand Down Expand Up @@ -105,7 +105,7 @@ cargo install skim

## Install as Vim plugin

Once you have cloned the repository, add the following line to your .vimrc:
Once you have cloned the repository, add the following line to your `.vimrc`:

```vim
set rtp+=~/.skim
Expand Down

0 comments on commit b1d00fb

Please sign in to comment.