mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
clarify app-store skeleton
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user