Fix formatting

This commit is contained in:
Carles Fernandez 2024-01-01 21:04:07 +01:00
parent 76f2cc411a
commit 5b257a6778
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 2 additions and 0 deletions

View File

@ -838,6 +838,7 @@ $ sudo port install doxygen +docs
``` ```
For macOS versions older than Sonoma, you will also need LAPACK: For macOS versions older than Sonoma, you will also need LAPACK:
``` ```
$ sudo port install lapack $ sudo port install lapack
``` ```
@ -885,6 +886,7 @@ $ brew install graphviz doxygen
``` ```
For macOS versions older than Sonoma, you will also need LAPACK: For macOS versions older than Sonoma, you will also need LAPACK:
``` ```
$ brew install lapack $ brew install lapack
``` ```