From 1c0bc5ab7e8bac6cf3b0c9b3bc5f9cd8d5496e74 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Fri, 21 Nov 2014 17:39:05 -0800 Subject: Add doc for syncing with src, this should be a rake task or something --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 3060b1ce..152bc824 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,10 @@ TODO: Write usage instructions here 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request + +## Updating from source + +~/code/openssl => cp -R ~/src/ruby/ext/openssl/*.{c,h} ext/openssl/. +~/code/openssl => cp -R ~/src/ruby/ext/openssl/deprecation.rb ext/openssl/deprecation.rb +~/code/openssl => cp -R ~/src/ruby/ext/openssl/extconf.rb ext/openssl/extconf.rb +~/code/openssl => cp -R ~/src/ruby/ext/openssl/lib/* lib/. -- cgit v1.2.3