Skip to content

Commit 506754a

Browse files
committed
fix README
1 parent b3ebe49 commit 506754a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,21 @@ Please refer to the [official documentation](https://docs.sysdig.com/en/docs/adm
2222

2323
### Install the package
2424

25-
```bash
25+
#### Via NPM
26+
27+
TBA
28+
29+
<!-- ```bash
2630
# From your Backstage root directory
2731
yarn --cwd packages/app add @sysdig/backstage-plugin-sysdig
32+
``` -->
33+
34+
#### Via GitHub
35+
36+
```bash
37+
# From your Backstage root directory
38+
git clone https://github.com/sysdiglabs/backstage-plugin-sysdig -o plugins/sysdig
39+
yarn install
2840
```
2941

3042
### Add the route

0 commit comments

Comments
 (0)