README.md in conjur-cli-4.20.1 vs README.md in conjur-cli-4.21.0
- old
+ new
@@ -1,25 +1,23 @@
# Conjur
-TODO: Write a gem description
+Command-line interface to Conjur.
+A complete reference guide is available at [developer.conjur.net](http://developer.conjur.net/reference).
+
## Installation
Add this line to your application's Gemfile:
- gem 'conjur'
+ gem 'conjur-cli', require: 'conjur/cli'
And then execute:
$ bundle
Or install it yourself as:
- $ gem install conjur
-
-## Usage
-
-TODO: Write usage instructions here
+ $ gem install conjur-cli
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)