1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

updated install instructions

This commit is contained in:
Steve Richards 2020-10-29 14:15:59 +00:00
parent 3c0b7de48b
commit 058a32f5fb

View File

@ -10,7 +10,8 @@ Simple Lens extension that adds "hello-world" page to a cluster menu.
```sh ```sh
mkdir -p ~/.k8slens/extensions mkdir -p ~/.k8slens/extensions
git clone https://github.com/lensapp/lens-extension-samples.git ~/.k8slens/extensions git clone https://github.com/lensapp/lens-extension-samples.git
cp -pr lens-extension-samples/helloworld-sample ~/.k8slens/extensions
``` ```
To build the extension you can use `make` or run the `npm` commands manually: To build the extension you can use `make` or run the `npm` commands manually: