App\Console\Commands\XeUpdate::printGuide PHP Method

printGuide() private method

private printGuide ( )
    private function printGuide()
    {
        $this->output->section('Method 1 - If you have installed the Xpressengine using Git');
        $this->output->text(['1. Run "git pull origin master".', '2. Run "php artisan xe:update --skip-download".']);
        $this->output->section('Method 2 - If you have installed the XpressEngine using the Installer');
        $this->output->text(['1. Download the latest release files from https://github.com/xpressengine/xpressengine/releases.', '2. Unzip the downloaded file to the root directory.', '3. Run "php artisan xe:update --skip-download".']);
        $this->output->newLine();
    }