Skip to content

Commit 9c87bb5

Browse files
committed
🔥 Remove outdated documentation
1 parent f4735c0 commit 9c87bb5

File tree

1 file changed

+6
-24
lines changed

1 file changed

+6
-24
lines changed

‎INSTALL.md

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,23 @@
1-
# Ruby OpenID Library Installation
1+
# Ruby OpenID2 Library Installation
22

33
## Install as a gem
44

5-
`ruby-openid` is distributed on [RubyGems](https://rubygems.org/).
5+
`ruby-openid2` is distributed on [RubyGems](https://rubygems.org/).
66
Install it:
77

8-
gem install ruby-openid
9-
10-
This is probably what you need.
11-
12-
## Manual Installation
13-
14-
Unpack the archive and run `setup.rb` to install:
15-
16-
ruby setup.rb
17-
18-
`setup.rb` installs the library into your system ruby. If don't want to
19-
add openid to you system ruby, you may instead add the `lib` directory of
20-
the extracted tarball to your `RUBYLIB` environment variable:
21-
22-
$ export RUBYLIB=${RUBYLIB}:/path/to/ruby-openid/lib
8+
gem install ruby-openid2
239

2410
## Testing the Installation
2511

2612
Make sure everything installed ok:
2713

2814
$> irb
29-
irb$> require "openid"
15+
irb$> require "ruby-openid2"
3016
=> true
3117

32-
## Run the test suite
33-
34-
Go into the test directory and execute the `runtests.rb` script.
35-
3618
## Next steps
3719

38-
* Run `consumer.rb` in the `examples/` directory.
3920
* Get started writing your own consumer using `OpenID::Consumer`
4021
* Write your own server with `OpenID::Server`
41-
* Use the `OpenIDLoginGenerator`! Read `examples/README.md` for more info.
22+
* Use the `OpenIDLoginGenerator`!
23+
* Read `examples/README.md` for more info.

0 commit comments

Comments
 (0)