Skip to content

Commit 242e15b

Browse files
TASK: Update README.md (#3958)
* bugfix (CSS): add visual selection of multiple cells in table in ckeditor * Update README.md * TASK: Remove table style change This seems to be a leftover from another PR you did. --------- Co-authored-by: Markus Günther <[email protected]>
1 parent bf3687f commit 242e15b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ You can use
7878
To install the source files and setup git, run:
7979

8080
```bash
81-
composer require neos/neos-ui-compiled:8.4.x-dev neos/neos-ui:8.4.x-dev --prefer-source
81+
composer require neos/neos-ui-compiled:9.0.x-dev neos/neos-ui:9.0.x-dev --prefer-source
8282
```
8383

8484
This will sync the git repository of Neos Ui into `Packages/Application/Neos.Neos.Ui` (this might take a while).
@@ -161,8 +161,8 @@ git checkout 9.0 && git fetch && git reset --hard origin/9.0 && git merge --no-f
161161
| Command | Description |
162162
| --------------- | ----------------------------- |
163163
| `make clean` | delete all node_modules in every subdirectory. |
164-
| `make build` | Runs the development build. |
165-
| `make build-watch` | Watches the source files for changes and runs a build in case. |
164+
| `make build` | Runs the development build for neos-ui once. |
165+
| `make build-watch` | Starts a watcher process, which automatically runs a build for neos-ui, everytime a resource file (like JavaScript and CSS) changes. |
166166
| `make lint` | Executes `make lint-js` and `make lint-editorconfig`. |
167167
| `make lint-js` | Runs test in all subpackages. |
168168
| `make lint-editorconfig` | Tests if all files respect the `.editorconfig`. |

0 commit comments

Comments
 (0)