Fix an error in the app tutorial

This commit is contained in:
Jakob Sack 2017-02-15 22:18:45 +01:00 committed by Morris Jobke
parent 4649cb06ab
commit cd318b45b0
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A

View File

@ -33,7 +33,7 @@ Now open another terminal window and start the development server::
Afterwards a skeleton app can be created in the `app store <https://apps.nextcloud.com/developer/apps/generate>`_.
Download the extracted the downloaded file and move it into your ``apps/`` directory. Afterwards the application can be disabled on the `apps page <http://localhost:8080/index.php/settings/apps>`_.
Download the extracted the downloaded file and move it into your ``apps/`` directory. Afterwards the application can be enabled on the `apps page <http://localhost:8080/index.php/settings/apps>`_.
The first basic app is now available at ``http://localhost:8080/index.php/apps/yourappid/``