Update README.md
This commit is contained in:
parent
fdec6d812d
commit
f8a62d5337
|
|
@ -1,6 +1,6 @@
|
|||
## Repo for CapRover One Click Apps
|
||||
|
||||
### How to create a one-click app:
|
||||
### How to create a one-click app (as of v1.8.0):
|
||||
First, have a look at [this simple example](https://github.com/caprover/one-click-apps/blob/master/public/v4/apps/privatebin.yml). Now, read on for more details:
|
||||
|
||||
|
||||
|
|
@ -77,4 +77,4 @@ To create your own repository:
|
|||
- Run `npm i`
|
||||
- Run `npm run validate_apps`
|
||||
- Run `npm run build`
|
||||
- Now you can host the static content placed in `./dist` directory anywhere you want, the official repo uses github pages to publish the content. Make sure to update [CNAME](https://github.com/caprover/one-click-apps/blob/master/public/CNAME) to your own URL if you decide to do so.
|
||||
- Now you can host the static content placed in `./dist` directory anywhere you want, the official repo uses github pages to publish the content. Make sure to update [CNAME](https://github.com/caprover/one-click-apps/blob/master/public/CNAME) to your own URL if you decide to do so.
|
||||
|
|
|
|||
Loading…
Reference in New Issue