Skip to content

Commit 0f03f18

Browse files
committed
Update installation instructions for the extension CLI in getting-started.md
1 parent 8948c8c commit 0f03f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can get the extension via:
2626
<!-- markdownlint-disable MD033 MD013 MD028 -->
2727

2828
- The VS Code marketplace: [VS Code Marketplace - Front Matter][01].
29-
- The extension CLI: `ext install eliostruyf.vscode-front-matter`
29+
- The extension CLI: `code --install-extension eliostruyf.vscode-front-matter`
3030
- Or by clicking on the following link: <a href="" title="open extension in VS Code" data-vscode="vscode:extension/eliostruyf.vscode-front-matter">open extension in VS Code</a>
3131

3232
### Beta version
@@ -35,7 +35,7 @@ If you have the courage to test out the beta features, we made available a beta
3535
can install this via:
3636

3737
- The VS Code marketplace: [VS Code Marketplace - Front Matter BETA][02].
38-
- The extension CLI: `ext install eliostruyf.vscode-front-matter-beta`
38+
- The extension CLI: `code --install-extension eliostruyf.vscode-front-matter-beta`
3939
- Or by clicking on the following link: <a href="" title="open extension in VS Code" data-vscode="vscode:extension/eliostruyf.vscode-front-matter-beta">open extension in VS Code</a>
4040

4141
> **Info**: The BETA docs can be found on [beta.frontmatter.codes][03].

0 commit comments

Comments
 (0)