diff --git a/README.en.md b/README.en.md index c95f609..cb844f8 100644 --- a/README.en.md +++ b/README.en.md @@ -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 +``` diff --git a/README.md b/README.md index 5c6fbf7..4a6c640 100644 --- a/README.md +++ b/README.md @@ -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 +```