Skip to content

Commit 9ca3906

Browse files
authored
Merge pull request #101 from EstebanDalelR/patch-1
Add yarn as an installation method
2 parents 0942c14 + 707aca8 commit 9ca3906

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ not to send telemetry data. See [telemetry extension guidelines](https://code.vi
66
Follow [guide to set up Application Insights](https://docs.microsoft.com/en-us/azure/azure-monitor/app/create-new-resource) in Azure and get your key.
77

88
# Install
9+
With npm:
910
`npm install @vscode/extension-telemetry`
11+
With yarn:
12+
`yarn add @vscode/extension-telemetry`
1013

1114
# Usage
1215

0 commit comments

Comments
 (0)