summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 524b3592..261c5c93 100644
--- a/README.md
+++ b/README.md
@@ -38,4 +38,6 @@ and the official [openssl library](http://www.openssl.org/).
```
~/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
```