docs: remove unsupported GitHub install instructions

This commit is contained in:
Federico Jaramillo Martinez
2026-05-13 23:41:18 +02:00
parent f6b8600ca8
commit 42b9c53ddf
2 changed files with 5 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@jmfederico/pi-web": patch
---
Remove unsupported direct GitHub install instructions from the README.
-9
View File
@@ -166,15 +166,6 @@ pi-web-sessiond
PI_WEB_PORT=8504 pi-web-server
```
To install directly from the GitHub repository instead of npm:
```bash
npm install -g github:jmfederico/pi-web#main
pi-web install
```
For git installs, `dist/` must already be present in the repository because npm does not run the package's `prepack` script for git dependencies.
## Development quick start
```bash