Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/quick_start/easy_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ You can change the number after `-j` on your need: set to the number of CPU core
## Run

If ABACUS is installed into a custom directory using `CMAKE_INSTALL_PREFIX`, please add it to your environment variable `PATH` to locate the correct executable.
*(Note: `my-install-dir` should be changed to the location of your installed abacus:`/home/your-path/abacus/bin/`.)*

```bash
export PATH=/my-install-dir/:$PATH
Expand Down