From 15ca85be8df247c64a14c1528ef23fa847606bb9 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/startapp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/startapp.rst b/developer_manual/app/startapp.rst index f0c24eb69..826c5f990 100644 --- a/developer_manual/app/startapp.rst +++ b/developer_manual/app/startapp.rst @@ -8,7 +8,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 --------------