From f8a62d5337fe50e1716554adee1de5f45e4f3815 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sun, 16 Aug 2020 16:06:12 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91fd054..3e6eccf 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +- 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.