aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2015-01-05 11:33:47 -0800
committerZachary Scott <e@zzak.io>2015-01-05 11:33:47 -0800
commitd317da4be287669bd6ca0d805bbebb1e485e972f (patch)
treeaadc609ec50203e243453699db0797068d1407ee /README.md
parentff8ecf91c2fdf412592147ec2df2fc605d8a5cb0 (diff)
downloadruby-openssl-d317da4be287669bd6ca0d805bbebb1e485e972f.tar.gz
Update source location and travis-ci link,
also fixed updating from source instructions.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md
index 47f7a533..b87ded2d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Openssl
-* [![Build Status](https://travis-ci.org/zzak/openssl.svg?branch=master)](https://travis-ci.org/zzak/openssl)
+[![Build Status](https://travis-ci.org/ruby/openssl.svg?branch=master)](https://travis-ci.org/ruby/openssl)
OpenSSL provides SSL, TLS and general purpose cryptography. It wraps the OpenSSL library.
@@ -26,7 +26,7 @@ TODO: Write usage instructions here
## Contributing
-1. Fork it ( https://github.com/zzak/openssl/fork )
+1. Fork it ( https://github.com/ruby/openssl/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
@@ -35,8 +35,6 @@ TODO: Write usage instructions here
## 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/.
+~/code/openssl => cp ../ruby/ext/openssl/*.{c,h,rb} ext/openssl/.
+~/code/openssl => cp -R ../ruby/ext/openssl/lib/ lib/
```