From a9206a58c6d2102a80f67a363c9da046bd4a1729 Mon Sep 17 00:00:00 2001 From: Ajay Melekamburath Date: Mon, 14 Oct 2024 12:49:42 -0400 Subject: [PATCH] [docs] Fixes in README (#240) * [docs] Fixes in README * [doc] Typo in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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