Skip to content

Commit a7bdc70

Browse files
authored
Fix installation section in README (#24)
1 parent 53b0d53 commit a7bdc70

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.1.2 - April 2025
4+
5+
### Bugs fixed
6+
7+
* Fix installation section in README
8+
39
## 1.1.1 - April 2025
410

511
### Bugs fixed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# C4 DSL Visual Studio Code Extension
22

33
![](https://img.shields.io/badge/last_updated-april_2025-0c7cba)
4-
![](https://img.shields.io/badge/vsix-v1.1.1-ef8d22)
4+
![](https://img.shields.io/badge/vsix-v1.1.2-ef8d22)
55

66
![](https://img.shields.io/badge/publisher-archicionado-fcc438)
77
![](https://img.shields.io/badge/chat-on_github_issue-19967d)
@@ -15,6 +15,13 @@ Whether you are a seasoned [C4 DSL](https://docs.structurizr.com/dsl/language) a
1515

1616
## Installation
1717

18+
### Visual Studio Code Marketplace
19+
20+
Browse to the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=archicionado.cornifer) and install the extension.
21+
Alternatively, you can search for `Cornifer` in the `Extensions` view of Visual Studio Code and install it from there.
22+
23+
### Manual installation
24+
1825
Navigate to the [latest release](https://github.com/rvr06/cornifer/releases/latest) and download the `.vsix` file.
1926

2027
Then, within VSCode, open the `Extensions` view, select for `Install from VSIX` from `Views and more actions` button and browse to the `.vsix`.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"license": "SEE LICENSE IN LICENSE.txt",
1313
"publisher": "archicionado",
14-
"version": "1.1.1",
14+
"version": "1.1.2",
1515
"homepage": "https://rvr06.github.io/cornifer/",
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)