Skip to content

Commit 0b7cf0e

Browse files
committed
docs: Minor install guide changes
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
1 parent d6fe5f3 commit 0b7cf0e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/guide-install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The `tools/install-pepc` script is the simplest way to install `pepc`. It takes
5353
everything: installing OS dependencies, creating the Python virtual environment, configuring
5454
shell tab completions, man pages, and adding a `sudo` alias if needed.
5555

56-
First, clone the repository to get the script.
56+
Clone the repository to get the installation script:
5757

5858
```bash
5959
git clone https://github.com/intel/pepc.git
@@ -63,18 +63,18 @@ cd pepc
6363
**Install the latest release from GitHub**
6464

6565
Run `tools/install-pepc` without arguments. It fetches and installs the latest `pepc` release
66-
directly from GitHub. No additional options needed.
66+
directly from GitHub. The local clone is only used to run the script.
6767

6868
```bash
6969
./tools/install-pepc
7070
```
7171

7272
**Install from a local clone**
7373

74-
Use `--src-path` with the path to the cloned repository to install from local sources instead.
74+
Use `--src-path` to install from the local clone instead.
7575

7676
```bash
77-
./tools/install-pepc --src-path /path/to/pepc
77+
./tools/install-pepc --src-path .
7878
```
7979

8080
The script adds `pepc` configuration to your `~/.bashrc`. Re-login or source `~/.bashrc` to apply

0 commit comments

Comments
 (0)