mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +00:00
docs(readme): add development warning for Linux compatibility
This commit is contained in:
parent
c8112b43bc
commit
f1cace38d4
@ -3,6 +3,11 @@
|
||||
> Kunkun is a cross-platform extensible app launcher like Raycast or Alfred.
|
||||
> All extensions run in a sandboxed environment by default to ensure security.
|
||||
|
||||
> [!WARNING]
|
||||
> This project is still in the early stages of development.
|
||||
> There are known compatibility issues with Linux.
|
||||
> Author is working on fixing them.
|
||||
|
||||
## Demo Video and Instructions
|
||||
|
||||
- YouTube: https://youtu.be/HfQb38s8VjY
|
||||
|
@ -94,7 +94,7 @@ async function copyTemplate(templateTgz: string, targetFolderName: string): Prom
|
||||
message: "Select an Extension Template",
|
||||
choices: [
|
||||
{
|
||||
name: "Preset Template (Web Worker)",
|
||||
name: "Template UI (Web Worker)",
|
||||
value: "template",
|
||||
description:
|
||||
"Write regular logic in TypeScript in OOP manner to render extension UI based on predefined template."
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "create-kunkun",
|
||||
"type": "module",
|
||||
"version": "0.1.45",
|
||||
"version": "0.1.47",
|
||||
"bin": {
|
||||
"create-kunkun": "dist/index.mjs"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user