diff --git a/README.md b/README.md index 07b8845..a084464 100644 --- a/README.md +++ b/README.md @@ -682,7 +682,9 @@ If compilation fails and the output includes `warning: no such sysroot directory ### Portability -By default, pgvector compiles with `-march=native` on some platforms for best performance. However, this can lead to `Illegal instruction` errors if trying to run the compiled extension on a different machine. To compile for portability, use: +By default, pgvector compiles with `-march=native` on some platforms for best performance. However, this can lead to `Illegal instruction` errors if trying to run the compiled extension on a different machine. + +To compile for portability, use: ```sh make OPTFLAGS=""