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

Add an automatic installer #167

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ Unlike perlbrew, plenv doesn't provide built-in local::lib integrations, but [pl
If you're on Mac OS X, consider
[installing with Homebrew](#homebrew-on-mac-os-x).

### The automatic installer

Visit the installer project: https://github.com/gingerhot/plenv-installer

### Basic GitHub Checkout

Expand Down Expand Up @@ -91,7 +94,7 @@ easy to fork and contribute any changes back upstream.
~~~

_Same as in previous step, use `~/.profile` on Ubuntu._

**Zsh note**: Use `echo 'eval "$(plenv init - zsh)"' >> ~/.zshrc`

4. Restart your shell as a login shell so the path changes take effect.
Expand Down