INSTALL.md in twurl-0.9.5 vs INSTALL.md in twurl-0.9.6
- old
+ new
@@ -8,11 +8,11 @@
```
```sh
# verify installation
$ twurl -v
-0.9.4
+0.9.6
```
## Install from source
In case if you haven't installed `bundler` you need to install it first:
@@ -30,7 +30,7 @@
If you don't want to install Twurl globally on your system, use `--path` [option](https://bundler.io/v2.0/bundle_install.html):
```
$ bundle install --path path/to/directory
$ bundle exec twurl -v
-0.9.4
+0.9.6
```