Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9c6613a

Browse files
authoredJul 5, 2024
Update README.md
1 parent 6ef3822 commit 9c6613a

File tree

1 file changed

+8
-26
lines changed

1 file changed

+8
-26
lines changed
 

‎README.md

Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,17 @@
1-
*This repository acts as a template for all of Oracle’s GitHub repositories. It contains information about the guidelines for those repositories. All files and sections contained in this template are mandatory, and a GitHub app ensures alignment with these guidelines. To get started with a new repository, replace the italic paragraphs with the respective text for your project.*
1+
# Create Database App
22

3-
# Project name
3+
Create an Oracle Database Application from a template
44

5-
*Describe your project's features, functionality and target audience*
5+
NOTE: The applications generated by this package should not be deployed using privileged database accounts. In turn, Oracle recommends for them to be deployed using the least privileged account possible.
66

7-
## Installation
7+
## Usage
88

9-
*Provide detailed step-by-step installation instructions. You can name this section **How to Run** or **Getting Started** instead of **Installation** if that's more acceptable for your project*
10-
11-
## Documentation
12-
13-
*Developer-oriented documentation can be published on GitHub, but all product documentation must be published on <https://docs.oracle.com>*
14-
15-
## Examples
16-
17-
*Describe any included examples or provide a link to a demo/tutorial*
18-
19-
## Help
20-
21-
*Inform users on where to get help or how to receive official support from Oracle (if applicable)*
9+
```sh
10+
npx -y create @oracle/database-app
11+
```
2212

2313
## Contributing
2414

25-
*If your project has specific contribution requirements, update the CONTRIBUTING.md file to ensure those requirements are clearly explained*
26-
2715
This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
2816

2917
## Security
@@ -32,13 +20,7 @@ Please consult the [security guide](./SECURITY.md) for our responsible security
3220

3321
## License
3422

35-
*The correct copyright notice format for both documentation and software is*
36-
"Copyright (c) [year,] year Oracle and/or its affiliates."
37-
*You must include the year the content was first released (on any platform) and the most recent year in which it was revised*
38-
39-
Copyright (c) 2023 Oracle and/or its affiliates.
40-
41-
*Replace this statement if your project is not licensed under the UPL*
23+
Copyright (c) 2024 Oracle and/or its affiliates.
4224

4325
Released under the Universal Permissive License v1.0 as shown at
4426
<https://oss.oracle.com/licenses/upl/>.

0 commit comments

Comments
 (0)
Please sign in to comment.