From 1fbbe036cec0d04fe4d9e400479311e7928ea1f2 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 6 Apr 2017 13:46:40 -0700 Subject: [PATCH] doc: appstore command --- docs/tutorials/node.md | 4 ++-- docs/tutorials/packaging.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tutorials/node.md b/docs/tutorials/node.md index 857f4bf7d..1a21247c8 100644 --- a/docs/tutorials/node.md +++ b/docs/tutorials/node.md @@ -590,7 +590,7 @@ Once your app is ready, you can upload it to the store for `beta testing` by other Cloudron users. This can be done using: ``` - cloudron upload + cloudron appstore upload ``` The app should now be visible in the Store view of your cloudron under @@ -607,7 +607,7 @@ developer mode. Once you are satisfied with the beta testing, you can submit it for review. ``` - cloudron submit + cloudron appstore submit ``` The cloudron.io team will review the app and publish the app to the store. diff --git a/docs/tutorials/packaging.md b/docs/tutorials/packaging.md index 133d08088..23b5e56f0 100644 --- a/docs/tutorials/packaging.md +++ b/docs/tutorials/packaging.md @@ -642,7 +642,7 @@ Once your app is ready, you can upload it to the store for `beta testing` by other Cloudron users. This can be done using: ``` - cloudron upload + cloudron appstore upload ``` You should now be able to visit `/#/appstore/?version=` on your @@ -656,7 +656,7 @@ Other Cloudron users can install your app on their Cloudron's using Once you are satisfied with the beta testing, you can submit it for review. ``` - cloudron submit + cloudron appstore submit ``` The cloudron.io team will review the app and publish the app to the store.