Skip to content

Commit c7a2049

Browse files
authored
Diencourage git clone by note (#913)
docs: diencourage git clone by note
1 parent 34eea7b commit c7a2049

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ If you need to modify the source code or use the latest unreleased features:
8686

8787
```shell
8888
# 1. Clone the XPK repository
89-
git clone [https://github.com/google/xpk.git](https://github.com/google/xpk.git)
89+
git clone https://github.com/AI-Hypercomputer/xpk.git
9090
cd xpk
9191

9292
# 2. Install dependencies and build
@@ -96,6 +96,8 @@ make install
9696
export PATH=$PATH:$PWD/bin
9797
```
9898

99+
*Note: Installing from source is recommended only for contributors and advanced users. Most users should install via PIP for the best stability.*
100+
99101
**Persisting the PATH configuration:**
100102
To use `xpk` in future terminal sessions without re-running the export command, add the binary path to your shell configuration:
101103

0 commit comments

Comments
 (0)