diff options
| author | Kasra Bigdeli <[email protected]> | 2020-08-16 16:06:12 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-16 16:06:12 -0400 |
| commit | f8a62d5337fe50e1716554adee1de5f45e4f3815 (patch) | |
| tree | d2706530eea04ae590f7a2feb3ce5fcb8ecdd047 /README.md | |
| parent | fdec6d812d5d56a75d72ae703b44d15814f81432 (diff) | |
| download | caprover-one-click-apps-f8a62d5337fe50e1716554adee1de5f45e4f3815.tar.gz caprover-one-click-apps-f8a62d5337fe50e1716554adee1de5f45e4f3815.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
