Skip to content

Commit

Permalink
Merge pull request #7 from demasy/5-install-ojet-cli
Browse files Browse the repository at this point in the history
5 install ojet cli
  • Loading branch information
demasy authored Jul 26, 2023
2 parents f0a715b + 29ba358 commit 86dcb40
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,21 @@

## Installation

**Install Oracle JET Tooling** [^1]

For web app development, install this module as follows:

``
```Shell
npm install -g @oracle/ojet-cli
``
```

For hybrid mobile app development, install it together with Cordova:

``
```Shell
npm install -g @oracle/ojet-cli cordova
``
```

<br>

##### References
[^1]: <a href="https://github.com/oracle/ojet-cli">ojet-cli</a>

0 comments on commit 86dcb40

Please sign in to comment.