aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-10-07 01:48:33 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-10-07 16:12:07 +0900
commit01e6fead07013bc20fb833d418ad834a51dbb8de (patch)
tree465307cb5fbd1f2e2cb2036874002fabddc802a6
parent5edbfadba6fd3fb842730da6a265e9e85ae32fe9 (diff)
downloadruby-openssl-topic/readme-link-documentation.tar.gz
Add link to the documentation on README.mdtopic/readme-link-documentation
The 'Getting Started' section which describes how to run our tests is removed because we have the same in CONTRIBUTING.md.
-rw-r--r--README.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/README.md b/README.md
index d01cf826..42dd2420 100644
--- a/README.md
+++ b/README.md
@@ -48,14 +48,9 @@ gem "openssl"
require "openssl"
```
-See the documentation on OpenSSL for more usage,
-and the official [OpenSSL library](http://www.openssl.org/).
+## Documentation
-## Getting Started
-
-1. `$ gem install rake-compiler test-unit`
-2. `$ rake compile`
-3. `$ rake test`
+See https://ruby.github.io/openssl/.
## Contributing