You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ But... follow the complete way:
13
13
* Start the Nextcloud development.
14
14
> **NOTE**: I suggest to use this: https://github.com/LibreCodeCoop/nextcloud-docker-development/ only because is the environment that I use 😅. I also suggest to use https://github.com/juliushaertl/nextcloud-docker-dev but the setup will be a bit different of this tutorial.
15
15
* Wait to be possible access `localhost` in your browser
16
-
* Inside the folder `volumes/nextloud/apps-extra` clone the LibreSign repository
16
+
* Inside the folder of nextcloud environment (the folder that contains the project of previous step), go to `volumes/nextloud/apps-extra` clone the LibreSign repository
17
17
* open bash in nextcloud container with `docker compose exec -u www-data nextcloud bash`
18
-
* Inside bash of Nextcloud, go to `folder apps-extra/libresign`
18
+
* Inside bash of Nextcloud, go to folder `apps-extra/libresign`
0 commit comments