aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2016-01-18 18:02:57 +0900
committerZachary Scott <e@zzak.io>2016-01-18 18:02:57 +0900
commit9a1230b7e2e9abb16b94dca1e07aa57f27f55069 (patch)
tree1522d640246d4dba151d35140e74faaafd503192 /README.md
parent4313ede92e6113f15df5be5976250979f3af1141 (diff)
downloadruby-openssl-9a1230b7e2e9abb16b94dca1e07aa57f27f55069.tar.gz
Move "Updating from trunk" doc to a rake task `:sync` [ci skip]
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/README.md b/README.md
index 5576ba28..d140eb29 100644
--- a/README.md
+++ b/README.md
@@ -32,12 +32,3 @@ and the official [openssl library](http://www.openssl.org/).
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 trunk
-
-```
-~/code/openssl => cp ../ruby/ext/openssl/*.{c,h,rb} ext/openssl/.
-~/code/openssl => cp -R ../ruby/ext/openssl/lib/ lib/
-~/code/openssl => cp ../ruby/test/openssl/test_*.rb test/.
-~/code/openssl => cp ../ruby/test/openssl/utils.rb test/utils.rb
-```