Merge pull request #1079 from nextcloud/backport/1078/master

[master] clarify app-store skeleton
This commit is contained in:
Roeland Jago Douma
2018-12-29 14:33:56 +01:00
committed by GitHub

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