Skip to content

Commit ec2361b

Browse files
committed
cleaning up a bit
1 parent 252c8ec commit ec2361b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
``` _ _
1+
```
2+
_ _
23
_ __ _ _| |__ _ _ ___ __ _(_)
34
| '__| | | | '_ \| | | |_____ / _ \ / _` | |
45
| | | |_| | |_) | |_| |_____| (_) | (_| | |
@@ -57,12 +58,7 @@ See OAI::Provider for more details
5758
Interactive Harvester
5859
---------------------
5960

60-
The OAI-PMH[http://openarchives.org] client shell allows OAI Harvesting to be configured in
61-
an interactive manner. Typing 'oai' on the command line starts the
62-
shell.
63-
64-
After initial configuration, the shell can be used to manage harvesting
65-
operations.
61+
The OAI-PMH client shell allows OAI Harvesting to be configured in an interactive manner. Typing 'oai' on the command line starts the shell. After initial configuration, the shell can be used to manage harvesting operations.
6662

6763
See OAI::Harvester::Shell for more details
6864

@@ -72,13 +68,17 @@ Installation
7268
Normally the best way to install oai is from rubyforge using the gem
7369
command line tool:
7470

71+
```
7572
% gem install oai
73+
```
7674

7775
If you're reading this you've presumably got the tarball or zip distribution.
7876
So you'll need to:
7977

78+
```
8079
% rake package
8180
% gem install pkg/oai-x.y.z.gem
81+
```
8282

8383
Where x.y.z is the version of the gem that was generated.
8484

0 commit comments

Comments
 (0)