From 2842fed58cfafa42e286170dd56ae50f25333ca4 Mon Sep 17 00:00:00 2001 From: taotieren Date: Mon, 22 Jan 2024 18:34:51 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e6b0bd5..60a4c8d 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,11 @@ Since TypeScript cannot handle type information for `.vue` imports, they are shi 2. Reload the VS Code window by running `Developer: Reload Window` from the command palette. You can learn more about Take Over mode [here](https://github.com/johnsoncodehk/volar/discussions/471). + +## Install +- Arch Linux : [AUR airisp-next-git](https://aur.archlinux.org/packages/airisp-next-git) +- Arch Linux : [taotieren/aur-repo airisp-next-git](https://github.com/taotieren/aur-repo) + +```bash +yay -Syu airisp-next +```