Update README.md
This commit is contained in:
parent
4b53033f82
commit
df60d9aa3d
1 changed files with 3 additions and 2 deletions
|
@ -44,8 +44,9 @@ php bin/migrate --install
|
|||
|
||||
#### Changing themes
|
||||
XBackBone supports all [bootswatch.com](https://bootswatch.com/) themes:
|
||||
+ Run the command `php bin\theme` to see the available themes.
|
||||
+ Use the same command with the argument name (`php bin\theme <THEME-NAME>`) to choose a theme.
|
||||
+ Run the command `php bin/theme` to see the available themes.
|
||||
+ Use the same command with the argument name (`php bin/theme <THEME-NAME>`) to choose a theme.
|
||||
+ If you want to revert back to the original bootstrap theme, run the command `php bin/theme default`.
|
||||
|
||||
#### Docker deployment
|
||||
+ [Docker container](https://hub.docker.com/r/pe46dro/xbackbone-docker)
|
||||
|
|
Loading…
Reference in a new issue