From 3c405f4b4cbd628ed31daed74e35b3855c6e51fa Mon Sep 17 00:00:00 2001 From: Jenny Tam Date: Fri, 25 May 2018 12:01:08 -0700 Subject: [PATCH] Shifted NOTES --- Linux-mac-install.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Linux-mac-install.md b/Linux-mac-install.md index 34bc95aa..6964ca0e 100644 --- a/Linux-mac-install.md +++ b/Linux-mac-install.md @@ -13,8 +13,8 @@ These instruction install PHP 7.2 by default -- see the notes at the beginning o ## Installing the drivers on Ubuntu 16.04 and 17.10 - > [!NOTE] - > To install PHP 7.0 or 7.1, replace 7.2 with 7.0 or 7.1 in the following commands. +> [!NOTE] +> To install PHP 7.0 or 7.1, replace 7.2 with 7.0 or 7.1 in the following commands. ### Step 1. Install PHP ``` @@ -53,8 +53,8 @@ To test your installation, see [Testing your installation](#testing-your-install ## Installing the drivers on Red Hat 7 - > [!NOTE] - > To install PHP 7.0 or 7.1, replace remi-php72 with remi-php70 or remi-php71 respectively in the following commands. +> [!NOTE] +> To install PHP 7.0 or 7.1, replace remi-php72 with remi-php70 or remi-php71 respectively in the following commands. ### Step 1. Install PHP @@ -116,8 +116,8 @@ To test your installation, see [Testing your installation](#testing-your-install ## Installing the drivers on Debian 8 and 9 - > [!NOTE] - > To install PHP 7.0 or 7.1, replace 7.2 in the following commands with 7.0 or 7.1. +> [!NOTE] +> To install PHP 7.0 or 7.1, replace 7.2 in the following commands with 7.0 or 7.1. ### Step 1. Install PHP ``` @@ -165,10 +165,10 @@ To test your installation, see [Testing your installation](#testing-your-install ## Installing the drivers on Suse 12 - > [!NOTE] - > To install PHP 7.0, skip the command below adding the repository - 7.0 is the default PHP on suse 12. - > To install PHP 7.1, replace the repository URL below with the following URL: - `http://download.opensuse.org/repositories/devel:/languages:/php:/php71/SLE_12/devel:languages:php:php71.repo` +> [!NOTE] +> To install PHP 7.0, skip the command below adding the repository - 7.0 is the default PHP on suse 12. +> To install PHP 7.1, replace the repository URL below with the following URL: + `http://download.opensuse.org/repositories/devel:/languages:/php:/php71/SLE_12/devel:languages:php:php71.repo` ### Step 1. Install PHP ``` @@ -210,8 +210,8 @@ If you do not already have it, install brew as follows: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" ``` - > [!NOTE] - > To install PHP 7.0 or 7.1, replace php@7.2 with php@7.0 or php@7.1 respectively in the following commands. +> [!NOTE] +> To install PHP 7.0 or 7.1, replace php@7.2 with php@7.0 or php@7.1 respectively in the following commands. ### Step 1. Install PHP