Skip to content

Commit e49b4cb

Browse files
committed
Fixes after code review
Signed-off-by: Vitor Mattos <[email protected]>
1 parent be4e89a commit e49b4cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ But... follow the complete way:
1313
* Start the Nextcloud development.
1414
> **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.
1515
* 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
1717
* 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`
1919
* Run the commands:
2020
```bash
2121
# download composer dependencies

0 commit comments

Comments
 (0)