Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
osalvador committed Mar 1, 2017
1 parent 8d87420 commit 03000ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ dbax is PL/SQL framework for MVC Web Development of high-performing database-dri
Download latest release and install in your Oracle database. See [Installation](https://osalvador.github.io/dbax-lite/?file=docs/Installation.md) section in the documentation for more information.

```sh
wget https://github.com/osalvador/dbax-lite/archive/v0.2.0.zip
unzip v0.2.0.zip
cd dbax-lite-0.2.0/source/install
wget https://github.com/osalvador/dbax-lite/archive/v0.2.1.zip
unzip v0.2.1.zip
cd dbax-lite-0.2.1/source/install
sqlplus "user/userpass"@SID @dbax-lite-install.sql
```

Expand Down

0 comments on commit 03000ad

Please sign in to comment.