Skip to content

Commit

Permalink
[docs] Fixes in README (#240)
Browse files Browse the repository at this point in the history
* [docs] Fixes in README

* [doc] Typo in README
  • Loading branch information
ajay-mk authored Oct 14, 2024
1 parent ae831e3 commit a9206a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9206a5

Please sign in to comment.