Update README.md

This commit is contained in:
Kasra Bigdeli 2020-08-16 16:06:12 -04:00 committed by GitHub
parent fdec6d812d
commit f8a62d5337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.