Skip to content

Commit

Permalink
doc: fix readme (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
caioariede committed Sep 5, 2023
1 parent 631156b commit afadf01
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,19 @@ dpv (dee-pee-vee) is a dead simple alternative to [pyenv-virtualenv](https://git

## Installation

Check out the [installation instructions](https://github.com/caioariede/dpv/discussions/32)
1. **Download**

```bash
sh -c 'curl -fsSLo $1 https://github.com/caioariede/dpv/releases/download/v0.9.13/dpv && chmod +x $1' -- /usr/local/bin/dpv
```

2. **Configure** — Add the following line to your .bashrc, .zshrc, etc

```bash
eval "$(dpv internal-load-shell)"
```

Check out more details in the [installation instructions](https://github.com/caioariede/dpv/discussions/32)

## Usage

Expand Down

0 comments on commit afadf01

Please sign in to comment.