Skip to content

Commit 0997c25

Browse files
authored
Update suse in Linux-mac-install.md (#1362)
1 parent 2533bbd commit 0997c25

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Linux-mac-install.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ To test your installation, see [Testing your installation](#testing-your-install
251251
> In the following instructions, replace `<SuseVersion>` with your version of Suse - if you are using Suse Enterprise Linux 15, it will be SLE_15_SP3 or SLE_15_SP4 (or above). For Suse 12, use SLE_12_SP5 (or above). Not all versions of PHP are available for all versions of Suse Linux - please refer to `http://download.opensuse.org/repositories/devel:/languages:/php` to see which versions of Suse have the default version PHP available, or check `http://download.opensuse.org/repositories/devel:/languages:/php:/` to see which other versions of PHP are available for which versions of Suse.
252252
253253
> [!NOTE]
254-
> Packages for PHP 7.4 or above are not available for Suse 12. As of today, PHP 8.0 is the default for Suse 15.
254+
> Packages for PHP 7.4 or above are not available for Suse 12, as of today.
255255
256256
### Step 1. Install PHP
257257
```bash
@@ -364,6 +364,11 @@ PHP should now be in your path. Run `php -v` to verify that you are running the
364364
brew link --force --overwrite php@8.1
365365
```
366366

367+
If using Apple M1 ARM64, you might need to set the path:
368+
```bash
369+
export PATH="/opt/homebrew/bin:$PATH"
370+
```
371+
367372
### Step 2. Install prerequisites
368373
Install the ODBC driver for macOS by following the instructions on the [Install the Microsoft ODBC driver for SQL Server (macOS)](
369374
https://docs.microsoft.com/sql/connect/odbc/linux-mac/install-microsoft-odbc-driver-sql-server-macos?view=sql-server-ver15).

0 commit comments

Comments
 (0)