update readme

This commit is contained in:
Gabe Yuan
2023-07-20 13:51:53 +08:00
parent 428162ea35
commit ce366b7423
2 changed files with 26 additions and 4 deletions

View File

@@ -29,7 +29,18 @@ If you also like a little more simplicity, welcome to pick it up.
- [x] Support translation services
- [x] Google
- [x] Microsoft
- [ ] OpenAI
- [x] OpenAI
- [ ] DeepL
- [ ] Upload to app Store
- [ ] Open source
- [x] Open source
### Guide
```sh
git clone https://github.com/fishjar/kiss-translator.git
cd kiss-translator
yarn
yarn build
yarn build:edge
yarn build:firefox
```

View File

@@ -29,7 +29,18 @@
- [x] 支持翻译服务
- [x] Google
- [x] Microsoft
- [ ] OpenAI
- [x] OpenAI
- [ ] DeepL
- [ ] 上架应用市场
- [ ] 开放源代码
- [x] 开放源代码
### 指引
```sh
git clone https://github.com/fishjar/kiss-translator.git
cd kiss-translator
yarn
yarn build
yarn build:edge
yarn build:firefox
```