fix: initializing git submodules

This commit is contained in:
Karol Sójko
2020-10-13 08:13:09 +02:00
parent b5d3c9cd73
commit 61a1e037b9
4 changed files with 4 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ Then open your browser to `http://localhost:3001`.
The web app makes use of two optional native extensions, which, when running the app with Rails, can be configured to work as follows:
1. `git submodule update --init --force --remote` (will load the submodules in the `public/extensions` folder)
1. `git submodule update --init` (will load the submodules in the `public/extensions` folder)
1. Set the following environment variables in the .env file:
```
EXTENSIONS_MANAGER_LOCATION=extensions/extensions-manager/dist/index.html