From 1888a008e8005ee323b209f86e02143d4ea970d5 Mon Sep 17 00:00:00 2001 From: flinky-ai <493282613@qq.com> Date: Mon, 1 Apr 2024 17:05:13 +0800 Subject: [PATCH] #3867 --- docs/quick_start/easy_install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/quick_start/easy_install.md b/docs/quick_start/easy_install.md index 984a191cd84..de1f04989fd 100644 --- a/docs/quick_start/easy_install.md +++ b/docs/quick_start/easy_install.md @@ -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