Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Updated release version number in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Brisbin authored and jbrisbin committed Nov 6, 2012
1 parent 3dedc31 commit 9c4d369
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ Download the binary .tar.gz package:

[https://github.com/SpringSource/rest-shell/downloads](https://github.com/SpringSource/rest-shell/downloads)

tar -zxvf rest-shell-1.1.4.RELEASE.tar.gz
cd rest-shell-1.1.4.RELEASE
tar -zxvf rest-shell-1.2.0.RELEASE.tar.gz
cd rest-shell-1.2.0.RELEASE
bin/rest-shell

# Building and Running

git clone git://github.com/SpringSource/rest-shell.git
cd rest-shell
./gradlew installApp
cd build/install/rest-shell-1.1.4.RELEASE
cd build/install/rest-shell-1.2.0.RELEASE
bin/rest-shell

# Getting Started
Expand Down Expand Up @@ -201,7 +201,7 @@ The rest-shell supports a "dotrc" type of initialization by reading in all files
| _ \ __/' _/_ _/' _/| || | / / | \ \
| v / _|`._`. | | `._`.| >< | / / / > >
|_|_\___|___/ |_| |___/|_||_| |_/_/ /_/
1.2.1.BUILD-SNAPSHOT
1.2.0.RELEASE

Welcome to the REST shell. For assistance hit TAB or type "help".
http://api.myservice.com/v1:>
Expand Down

0 comments on commit 9c4d369

Please sign in to comment.