Skip to content

Commit 258637a

Browse files
committed
Update sf console path
1 parent 3312c1f commit 258637a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ _pomm:
7575

7676
## Command line interface
7777

78-
The [Pomm CLI](https://github.com/pomm-project/Cli) is available through the `app/console` utility. It is possible to browse the database or to generate model files.
78+
The [Pomm CLI](https://github.com/pomm-project/Cli) is available through the `bin/console` utility. It is possible to browse the database or to generate model files.
7979

8080
```
81-
$ ./app/console pomm:generate:relation-all -d src -a 'AppBundle\Model' my_db1 student
81+
$ ./bin/console pomm:generate:relation-all -d src -a 'AppBundle\Model' my_db1 student
8282
```
8383
8484
If you want generate schema, you need to use the model manager session builder:

0 commit comments

Comments
 (0)