Update code autocompletion instructions

This commit is contained in:
David Martos
2021-02-11 14:06:41 +01:00
committed by GitHub
parent 8f818e624b
commit ee525b66c8
+1 -1
View File
@@ -79,7 +79,7 @@ To get proper autocompletion for all the different functions and classes in the
```bash
docker run --rm --interactive --tty \
--volume $PWD:/app \
composer install
composer update --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts --prefer-dist
```
### User Interface