diff options
author | Tim Smith <tsmith@chef.io> | 2016-09-29 14:33:58 -0700 |
---|---|---|
committer | Thom May <thom@chef.io> | 2016-10-07 11:12:39 +0100 |
commit | a6965b78462cb0f66d0a1c3ec2e88ed2b0be3e83 (patch) | |
tree | 656645512a4fda1d5c7777da08d3c08c253a818d | |
parent | 0afe596844706cf61836672a4becd2857c2ad0f0 (diff) | |
download | mixlib-shellout-a6965b78462cb0f66d0a1c3ec2e88ed2b0be3e83.tar.gz |
Add contributing docs
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -65,9 +65,13 @@ Invoke "whoami.exe" to demonstrate running a command as another user: Mixlib::ShellOut does a standard fork/exec on Unix, and uses the Win32 API on Windows. There is not currently support for JRuby. ## See Also -- `Process.spawn` in Ruby 1.9 +- `Process.spawn` in Ruby 1.9+ - [https://github.com/rtomayko/posix-spawn](https://github.com/rtomayko/posix-spawn) +## Contributing + +For information on contributing to this project see <https://github.com/chef/chef/blob/master/CONTRIBUTING.md> + ## License - Copyright:: Copyright (c) 2011-2016 Chef Software, Inc. - License:: Apache License, Version 2.0 |