Skip to content

Commit a0c8cca

Browse files
committed
feat: update readme
1 parent bcda058 commit a0c8cca

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,30 @@ This project provides a command palette extension for opening Visual Studio Code
1414

1515
## Installation
1616

17+
> [!NOTE]
18+
> Because the application is first signed by the Microsoft Store, updates will take a few days to be available via WinGet or in the Command Palette.
19+
1720
### Windows Store
1821

1922
<a href="https://apps.microsoft.com/detail/9PKCGVQ05TG1?mode=direct">
2023
<img src="https://get.microsoft.com/images/en-us%20light.svg" width="300"/>
2124
</a>
2225

26+
### Via Command Palette
27+
1. Open Command Palette
28+
2. Select "Command Palette - VS Code"
29+
30+
### Via Winget
31+
1. Open Command Prompt or PowerShell
32+
2. Run the following command:
33+
```bash
34+
winget install JonahFintzDEV.CommandPalette-VSCode
35+
```
36+
2337
### Manual Installation
2438

2539
1. Make sure you use the latest version of PowerToys.
26-
2. Download the current Version and the certificate from [releases](https://github.com/JonahFintzDev/CommandPaletteVSCode/releases/).
27-
3. Install the application by double-clicking the `.msix` file.
40+
2. Install the application by double-clicking the `.msix` file.
2841

2942
## Settings
3043

0 commit comments

Comments
 (0)