diff --git a/README.md b/README.md index 17a879f..17adc18 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ This vscode extension aims to allows the user to add wave in Digital Design EDA wave viewer from vscode. + +To develop please use: +``` +npm install +npm run build +``` + +To build the .vsix use: +``` +npm run build +npx @vscode/vsce package +``` \ No newline at end of file