README.md in ddbcli-0.3.1 vs README.md in ddbcli-0.3.2
- old
+ new
@@ -4,22 +4,22 @@
[![Build Status](https://drone.io/bitbucket.org/winebarrel/ddbcli/status.png)](https://drone.io/bitbucket.org/winebarrel/ddbcli/latest)
## Installation
-Add this line to your application's Gemfile:
+ $ gem install ddbcli
- gem 'ddbcli'
+If you are not using RubyGems, you can use the script files that depend on only Ruby.
-And then execute:
+[ddbcli-0.3.2](https://bitbucket.org/winebarrel/ddbcli/downloads/ddbcli-0.3.2)
- $ bundle
+```sh
+wget https://bitbucket.org/winebarrel/ddbcli/downloads/ddbcli-0.3.2
+sudo cp ddbcli-0.3.2 /usr/local/bin/ddbcli
+sudo chmod 755 /usr/local/bin/ddbcli
+```
-Or install it yourself as:
-
- $ gem install ddbcli
-
## Usage
```sh
export AWS_ACCESS_KEY_ID='...'
export AWS_SECRET_ACCESS_KEY='...'
@@ -39,10 +39,10 @@
## Demo
![ddbcli demo](https://bitbucket.org/winebarrel/ddbcli/downloads/ddbcli-demo.gif)
-## Use GSI
+## Use Global Secondary Indexes
* [https://gist.github.com/winebarrel/7938971](https://gist.github.com/winebarrel/7938971)
## Help