Skip to content

Commit f703a47

Browse files
FoxKianatonis2
authored andcommitted
Update README.md
Add installation instructions
1 parent 3063828 commit f703a47

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
# vscode-c3
2-
VS Code extension for C3
2+
3+
## Installation
4+
5+
```bash
6+
git clone https://github.com/c3lang/vscode-c3.git
7+
cd vscode-c3
8+
9+
npm install
10+
npm build
11+
```
12+
13+
In vscode head over to the extensions section and click on the 3 dots. From there select "Install from VSIX ..." and select the newly created file
14+
15+
![](https://i.imgur.com/yv9C4AI.png)
16+
17+
## Issues and contributing
18+
19+
If you find any issues or bugs feel free to open an issue or fix it yourself and open a Pull request.

0 commit comments

Comments
 (0)