Update README.md

This commit is contained in:
Sergio Brighenti 2018-10-14 01:30:53 +02:00 committed by GitHub
parent 4b53033f82
commit df60d9aa3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)