Skip to content

Commit

Permalink
README: Fix installation guide
Browse files Browse the repository at this point in the history
* Delete "-c PackerSync"
    The command PackerSync are conflict with the inner "packer.sync()"
    function.

Signed-off-by: Avimitin <[email protected]>

Former-commit-id: 405be7a
Former-commit-id: 4bf9b04
  • Loading branch information
Avimitin committed Oct 12, 2021
1 parent ff78c08 commit ad54520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ own neovim configuration in my opinion.
# linux or mac user
git clone https://github.com/Avimitin/nvim ~/.config/nvim

# Optional bootstrap step
nvim -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
# Bootstrap
nvim -c 'autocmd User PackerComplete quitall'
```

## Dependency
Expand Down

0 comments on commit ad54520

Please sign in to comment.