Syntax highlighting added

This commit is contained in:
Rubens Mariuzzo 2016-07-31 23:45:11 -04:00 committed by GitHub
parent b08e2c4912
commit bbfcdc3934
1 changed files with 2 additions and 2 deletions

View File

@ -23,13 +23,13 @@ Instructions on how to install October can be found at the [installation guide](
For advanced users, run this in your terminal to install October from command line: For advanced users, run this in your terminal to install October from command line:
``` ```shell
php -r "eval('?>'.file_get_contents('https://octobercms.com/api/installer'));" php -r "eval('?>'.file_get_contents('https://octobercms.com/api/installer'));"
``` ```
If you plan on using a database, run this command: If you plan on using a database, run this command:
``` ```shell
php artisan october:install php artisan october:install
``` ```