From cbd86f696d71c6915f59b8fc95f9049c92edb008 Mon Sep 17 00:00:00 2001 From: Gandalf the Greybeard Date: Tue, 17 Mar 2026 12:15:45 +0000 Subject: [PATCH] docs: remove manual install sections from README ArtifactHub plugin installer is the only supported installation method. Remove manual tarball, sidecar, and build-from-source install options to align documentation with company policy. Co-Authored-By: Paperclip --- README.md | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/README.md b/README.md index 182a749..e742880 100644 --- a/README.md +++ b/README.md @@ -18,29 +18,7 @@ A [Headlamp](https://headlamp.dev/) plugin providing visibility into [Intel GPU ## Installation -### Plugin Manager (Headlamp UI) - -Search for `headlamp-intel-gpu` in the Headlamp Plugin Manager. - -### Manual - -```bash -# Download the latest release tarball -curl -LO https://github.com/privilegedescalation/headlamp-intel-gpu-plugin/releases/latest/download/headlamp-intel-gpu-*.tar.gz - -# Extract to Headlamp plugins directory -mkdir -p ~/.config/Headlamp/plugins -tar -xzf headlamp-intel-gpu-*.tar.gz -C ~/.config/Headlamp/plugins/ -``` - -### From Source - -```bash -git clone https://github.com/privilegedescalation/headlamp-intel-gpu-plugin.git -cd headlamp-intel-gpu-plugin -npm install -npm run build -``` +Search for `headlamp-intel-gpu` in the Headlamp Plugin Manager (Settings → Plugins → Catalog). ## Requirements