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