Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorbenei committed Aug 14, 2015
1 parent 4fdeb28 commit a1814bd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions _changelogs/0.9.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Changes

* Lots of code revision, no functional change.


## Install

To install this version, run the following commands (in a bash shell):

```
curl -L https://github.com/bitrise-io/envman/releases/download/0.9.5/envman-$(uname -s)-$(uname -m) > /usr/local/bin/envman
```

Then:

```
chmod +x /usr/local/bin/envman
```

0 comments on commit a1814bd

Please sign in to comment.