File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
9090cd xpk
9191
9292# 2. Install dependencies and build
@@ -96,6 +96,8 @@ make install
9696export 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:**
100102To use ` xpk ` in future terminal sessions without re-running the export command, add the binary path to your shell configuration:
101103
You can’t perform that action at this time.
0 commit comments