Skip to content

Commit

Permalink
install steps
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJMah committed Dec 12, 2023
1 parent d2f6bd1 commit 3f64380
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ My own personal VSCode theme.
npm install -g @vscode/vsce
```

### Package
### Package and Install

```bash
# Generate .vsix extension package
vsce package

# Install as extension
code --install-extension ryan-vscode-theme-0.0.1.vsix
```

0 comments on commit 3f64380

Please sign in to comment.