From bbfcdc39343eb80fa75a0bda397372a5d91fa286 Mon Sep 17 00:00:00 2001 From: Rubens Mariuzzo Date: Sun, 31 Jul 2016 23:45:11 -0400 Subject: [PATCH] =?UTF-8?q?Syntax=20highlighting=20added=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 784c82d00..9793f51ae 100644 --- a/README.md +++ b/README.md @@ -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: -``` +```shell php -r "eval('?>'.file_get_contents('https://octobercms.com/api/installer'));" ``` If you plan on using a database, run this command: -``` +```shell php artisan october:install ```