clarify app-store skeleton

This commit is contained in:
Georg Ehrke
2018-12-29 00:42:36 +01:00
committed by Backportbot
parent ff68241869
commit 51b77ac85d

View File

@@ -11,7 +11,7 @@ After :doc:`you've set up the development environment <../general/devenv>` chang
cd /var/www/nextcloud/apps
Then create a skeleton app in the `app store <https://apps.nextcloud.com/developer/apps/generate>`_.
Then create a skeleton app in the `app store <https://apps.nextcloud.com/developer/apps/generate>`_. This doesn't publish anything on the appstore yet, it just gives you a download.
Enable the app
--------------
@@ -28,4 +28,4 @@ The following directories have now been created:
* **lib/**: Contains the PHP class files of your app
* **src/**: Contains the source code of your vue.js app
* **templates/**: Contains the templates
* **tests/**: Contains the tests
* **tests/**: Contains the tests