We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0bc5a commit b357227Copy full SHA for b357227
README.md
@@ -34,7 +34,9 @@ TODO: Write usage instructions here
34
35
## Updating from source
36
37
+```
38
~/code/openssl => cp -R ~/src/ruby/ext/openssl/*.{c,h} ext/openssl/.
39
~/code/openssl => cp -R ~/src/ruby/ext/openssl/deprecation.rb ext/openssl/deprecation.rb
40
~/code/openssl => cp -R ~/src/ruby/ext/openssl/extconf.rb ext/openssl/extconf.rb
41
~/code/openssl => cp -R ~/src/ruby/ext/openssl/lib/* lib/.
42
0 commit comments