Skip to content

Commit

Permalink
Use semantic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
fermayo committed Feb 25, 2017
1 parent 5037dbe commit 413f511
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 @@ -9,7 +9,7 @@ Install development tools locally to your project using docker containers

Install Docker. Then:

curl -L "https://github.com/fermayo/dpm/releases/download/0.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.1.0/dpm-$(uname -s)-$(uname -m)" -o /usr/local/bin/dpm; chmod +x /usr/local/bin/dpm


## Usage
Expand Down

0 comments on commit 413f511

Please sign in to comment.