Commit 3b629a8
Fix typo in installation.md: correct script name to install_nixl.py (#385)
### Summary
This PR fixes a minor typo in the `installation.md` file where the
installation command incorrectly referenced `install_nixl.sh`. The
correct script name is `install_nixl.py`.
### Changes Made
- Updated `python install_nixl.sh` to `python install_nixl.py` in
installation.md.
### Why This Is Needed
The incorrect script name could lead to confusion or installation errors
for users following the documentation. This change ensures clarity and
accuracy in the setup instructions.
Co-authored-by: Michał Kuligowski <[email protected]>1 parent 9992a7e commit 3b629a8
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
0 commit comments