Skip to content

Commit 16ee249

Browse files
authored
Update README.md
1 parent d5df696 commit 16ee249

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,16 @@
55
Generates a C/C++ function call from the selected function signature.
66

77
![feature X](examples/example_0.gif)
8+
9+
10+
## Installation
11+
1. Download the latest c-cpp-function-call-generator-X.X.X.vsix file from Releases.
12+
2. Drag the .vsix file onto the Extensions sidebar in an open Visual Studio Code window.
13+
14+
## Build from Source
15+
_Requires Node.js_
16+
```
17+
npm install –g vsce
18+
npm install --save-dev webpack webpack-cli
19+
vsce package
20+
```

0 commit comments

Comments
 (0)