mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 04:13:31 +08:00
Change bin/cli to bin/console on readme.md
This commit is contained in:
parent
27bb1aaf4a
commit
e5b17089f2
1 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ entity:
|
||||||
chown -R {user ID}:{web user group} .
|
chown -R {user ID}:{web user group} .
|
||||||
find . -type d -exec chmod 0755 {} \;
|
find . -type d -exec chmod 0755 {} \;
|
||||||
find . -type f -exec chmod 0644 {} \;
|
find . -type f -exec chmod 0644 {} \;
|
||||||
chmod +x bin/cli
|
chmod +x bin/console
|
||||||
```
|
```
|
||||||
6. Run `bin/cli orm:schema-tool:update --force`
|
6. Run `bin/console orm:schema-tool:update --force`
|
||||||
7. Run `bin/cli app:rebuild`
|
7. Run `bin/console app:rebuild`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue