diff --git a/.changeset/remove-git-install-docs.md b/.changeset/remove-git-install-docs.md new file mode 100644 index 0000000..c6d17d8 --- /dev/null +++ b/.changeset/remove-git-install-docs.md @@ -0,0 +1,5 @@ +--- +"@jmfederico/pi-web": patch +--- + +Remove unsupported direct GitHub install instructions from the README. diff --git a/README.md b/README.md index d47b5b9..65a9a48 100644 --- a/README.md +++ b/README.md @@ -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