Skip to content

Commit

Permalink
doc: improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
mig8447 committed Jul 10, 2024
1 parent 7c898a5 commit 93ac5d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ using the least privileged account possible.

## Prerequisites

- An Oracle Database, either on-prem or an
[Autonomous Database](https://www.oracle.com/autonomous-database/) instance
- Node.js 18 (Recommendation is to use [nvm](https://github.com/nvm-sh/nvm))

## Usage

The main application usage is through the `@oracle/create-database-app` NPM
package, which will scaffold an application connected to a database.
package, which will scaffold an application that will be connected to your
Oracle Database.

```sh
npm create @oracle/database-app
Expand Down

0 comments on commit 93ac5d8

Please sign in to comment.