summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-11-21 17:39:05 -0800
committerZachary Scott <e@zzak.io>2014-11-21 17:39:05 -0800
commit1c0bc5ab7e8bac6cf3b0c9b3bc5f9cd8d5496e74 (patch)
treed78841d0dc0b0bccd0d63a55ab8cb733738089b6 /README.md
parent0ab87a38abe23a3d0bb9d55ebbcd91e99737a4d8 (diff)
downloadruby-openssl-1c0bc5ab7e8bac6cf3b0c9b3bc5f9cd8d5496e74.tar.gz
Add doc for syncing with src, this should be a rake task or something
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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/.