README.md in big_simon-0.0.1 vs README.md in big_simon-0.1.0
- old
+ new
@@ -1,9 +1,11 @@
# BigSimon
-A pipeline for finding hosts of viruses!
+Hi, I'm BigSimon (but you can call me BigSi if you want), and I'm a pipeline for finding hosts of viruses!
+Mainly, I'm just a wrapper for some other nice tools.
+
## Installation
Add this line to your application's Gemfile:
```ruby
@@ -18,10 +20,14 @@
$ gem install big_simon
## Usage
-TODO
+For now, there is not much documentation. To see the help file, run:
+
+```
+$ big_simon --help
+```
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.