Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fermayo committed Mar 1, 2017
1 parent a48fc6f commit cce8bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Wouldn't it be great if the only tool you need to start developing on any projec

Install Docker. Then:

curl -L "https://github.com/fermayo/dpm/releases/download/0.2.1/dpm-$(uname -s)-$(uname -m)" -o /usr/local/bin/dpm; chmod +x /usr/local/bin/dpm
curl -L "https://github.com/fermayo/dpm/releases/download/0.2.2/dpm-$(uname -s)-$(uname -m)" -o /usr/local/bin/dpm; chmod +x /usr/local/bin/dpm

And add `~/.dpm` to your `$PATH`. For example, for `bash`:

Expand Down

0 comments on commit cce8bc6

Please sign in to comment.