Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify installation instructions #1261

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ Have a problem or idea? Make an [issue](https://github.com/wbthomason/packer.nvi
symbolic links requires admin privileges on Windows - credit to @TimUntersberger for this note)

## Quickstart
To get started, first clone this repository to somewhere on your `packpath`, e.g.:
To get started, first clone this repository to somewhere on your `packpath`,
under the directory path `pack/packer/start/`. For example:

> Unix, Linux Installation

Expand Down
5 changes: 3 additions & 2 deletions doc/packer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ FEATURES *packer-intro-features*
==============================================================================
QUICKSTART *packer-intro-quickstart*

To get started, first clone this repository to somewhere on your `packpath`, e.g.: >sh
To get started, first clone this repository to somewhere on your `packpath`,
under the directory path `pack/packer/start/`. For example: >sh
git clone https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/opt/packer.nvim
~/.local/share/nvim/site/pack/packer/start/packer.nvim


Then you can write your plugin specification in Lua, e.g. (in `~/.config/nvim/lua/plugins.lua`): >lua
Expand Down