diff --git a/README.md b/README.md index 1e251a7af..8fe4dd59a 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,16 @@ using high-level languages like Python. In fact, version 1 of SeQuant was writte performance of high-level languages not sufficient for practical use cases. SeQuant is written in C++ and is designed to be as efficient as possible without loss of generality. -See detailed documentation see [https://valeevgroup.github.io/SeQuant/](https://valeevgroup.github.io/SeQuant/). +See detailed documentation at [https://valeevgroup.github.io/SeQuant/](https://valeevgroup.github.io/SeQuant/). ## Installation The short version: - configure (from top SeQuant source dfirectory): `cmake -B build -S . -DCMAKE_INSTALL_PREFIX=/path/where/sequant/to/be/installed` -- build and test: `cmake --build build --target install` +- build and install: `cmake --build build --target install` -For detailed instructions see [SeQuant: Installation Guide](https://valeevgroup.github.io/SeQuant/installing.html). +For detailed instructions see [SeQuant: Installation Guide](https://valeevgroup.github.io/SeQuant/source/installing.html). ### Build harness