[Minor] No need to mention bower install anymore

This commit is contained in:
Robert von Burg 2022-05-13 15:15:36 +02:00
parent f377cff13f
commit 339f0ec3a5
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ cd src/main/webapp/
npm install bower -g
npm install gulp -g
npm install
bower install
gulp
cd ../../..
```