Skip to content

Commit

Permalink
Fix docs about froala:install default output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsche committed Nov 19, 2020
1 parent fddd9b3 commit 6e5b774
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ $builder->add('field', FroalaEditorType::class, [
### Step 7: Install asset files

To install the asset files, there is `froala:install` command that downloads the last version available of Froala Editor
and puts it by default in the `vendor/kms/froala-editor-bundle/Resources/public/froala_editor/` directory:
and puts it by default in the `vendor/kms/froala-editor-bundle/src/Resources/public/froala_editor/` directory:

```bash
bin/console froala:install
Expand All @@ -205,7 +205,7 @@ bin/console froala:install
There are a few arguments/options available:

* First (and only) argument (optional): the absolute path where the files will be put after download.
Defaults to `vendor/kms/froala-editor-bundle/Resources/public/froala_editor/`.
Defaults to `vendor/kms/froala-editor-bundle/src/Resources/public/froala_editor/`.
* Option `tag`: the version of Froala that will be installed (eg. `v3.0.1`). Defaults to `master`.
* Option `clear` (no value expected, disabled by default): Allow the command to clear a previous install if the path already exists.

Expand Down Expand Up @@ -420,5 +420,6 @@ Note there are a few helpers to maintain code quality, that you can run using th
```bash
composer cs:dry # Code style check
composer phpstan # Static analysis
vendor/bin/simple-phpunit # Run tests
```

0 comments on commit 6e5b774

Please sign in to comment.