summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorSkayo <[email protected]>2021-11-20 16:15:36 +0100
committerGitHub <[email protected]>2021-11-20 07:15:36 -0800
commitcbab4af66be6d8701fa35d3a9b880a773d921318 (patch)
treea177e207b593467210c3c5752baf30426c0f8de7 /README.md
parent7efb5cbf2f276a9f95fc3a8db49deecc9eb85e23 (diff)
downloadcaprover-one-click-apps-cbab4af66be6d8701fa35d3a9b880a773d921318.tar.gz
caprover-one-click-apps-cbab4af66be6d8701fa35d3a9b880a773d921318.zip
Fixed package.json formatter script (#571)
* Fixed package.json formatter script Didn't work on Windows, maybe other platforms too * Added example for custom one-click-app repository
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 309e34c..dbae9ec 100644
--- a/README.md
+++ b/README.md
@@ -75,3 +75,5 @@ To create your own repository:
- 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.
+
+Here is a good example: [Skayo's CapRover One-Click-Apps](https://github.com/Skayo/CapRover-One-Click-Apps)