Update README.md

This commit is contained in:
nfarrantdiaz 2016-06-03 16:41:57 -04:00
parent 630b1696a2
commit 3be1da3ba9

View File

@ -14,7 +14,7 @@ Prerequisites:
* `sqlplus` on path * `sqlplus` on path
## Usage ## Usage
#### Method 1: Setting up from another APEX app #### Bring an existing APEX app into source control
1) Make a local directory for your app and in the new directory run npm init and follow the given prompts 1) Make a local directory for your app and in the new directory run npm init and follow the given prompts
@ -46,7 +46,7 @@ If you want you can change the npm run commands (under scripts) to anything you'
You can now set up the application as a git or other version-control repository. Be warned that if you downloaded the app from another developer's copy of the app, or some other version of the app you don't want to overwrite, you should create a new config file and set up a new version of the application. You can now set up the application as a git or other version-control repository. Be warned that if you downloaded the app from another developer's copy of the app, or some other version of the app you don't want to overwrite, you should create a new config file and set up a new version of the application.
#### Method 2: Setting up from an APEX export file #### Setting up from an APEX export file
1) Make a local directory for your app and in the new directory run npm init and follow the given prompts 1) Make a local directory for your app and in the new directory run npm init and follow the given prompts