xo-expression: README: fix copypasta

This commit is contained in:
Roland Conybeare 2024-06-14 15:36:47 -04:00
commit 2b32aa83c7

View file

@ -38,7 +38,7 @@ $ xo-build --configure --build --install xo-expression
or equivalently:
```
$ PREFIX=/usr/local # or wherever you prefer
$ cmake -DCMAKE_INSTALL_PREFIX=${PREFIX} -S xo-expression -B xo-reflect/.build
$ cmake -DCMAKE_INSTALL_PREFIX=${PREFIX} -S xo-expression -B xo-jit/.build
$ cmake --build xo-expression/.build
$ cmake --install xo-expression/.build
```