From fb485ed81ed48d4ea52788cf74a92af701d19116 Mon Sep 17 00:00:00 2001 From: Emile Cantin Date: Wed, 18 Apr 2012 10:17:50 -0400 Subject: [PATCH] Added Readme. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bda3e4c --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Initscript exporter for foreman + +### Using in your application + +```ruby +gem 'foreman-export-initscript', :git => 'git://github.com/emilecantin/foreman-export-initscript.git' +``` + +then `bundle exec foreman export initscript /etc/init.d` + +### Credits + +Shamelessly inspired from foreman-export-nature: https://github.com/nature/foreman-export-nature