From 51b77ac85d70acf005a0196955d7220ff08fb337 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Sat, 29 Dec 2018 00:42:36 +0100 Subject: [PATCH] clarify app-store skeleton --- developer_manual/app/intro.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/app/intro.rst b/developer_manual/app/intro.rst index fe7bf6c32..34a5b9d1d 100644 --- a/developer_manual/app/intro.rst +++ b/developer_manual/app/intro.rst @@ -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 `_. +Then create a skeleton app in the `app store `_. 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 \ No newline at end of file +* **tests/**: Contains the tests