📝 Update README

This commit is contained in:
2026-06-29 20:38:58 +02:00
parent 6e5e40e111
commit 16a815968c
+6 -4
View File
@@ -1,14 +1,16 @@
# Vicinae Extension # Vicinae Gitmoji Extension
Congratulations on generating your new Vicinae extension! This extension shows a list of [gitmojis](https://gitmoji.dev) and copies their code (either as text or as unicode) to the clipboard.
You can install the required dependencies and run your extension in development mode like so: You can install the required dependencies and run the extension in development mode like so:
```bash ```bash
npm install npm install
npm run dev npm run dev
``` ```
If you want to build the production bundle, simply run:
If you want to build and install the production bundle, simply run:
```bash ```bash
npm run build npm run build