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.