README.md in kerby-0.1.0 vs README.md in kerby-0.1.1

- old
+ new

@@ -1,8 +1,8 @@ # Kerby -Kerby is k8s manifest file supported by ERB. +Kubernetes ERB support on Yaml manifest files. ## Installation Add this line to your application's Gemfile: @@ -18,10 +18,10 @@ $ gem install kerby ## Usage -kerby build <manifest-files> | kubectl apply -f . +kerby build MANIFEST-FILE... | kubectl apply -f - ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.