From e1acda0b35ac1478324c5632da7fe60600df1424 Mon Sep 17 00:00:00 2001 From: tisfeng Date: Tue, 12 Dec 2023 13:02:20 +0800 Subject: [PATCH] docs: update README --- README.md | 4 ++-- README_EN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad06890c8..c2320bd4c 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ brew install easydict

-1. 下载这个 Repo,然后使用 [Xcode](https://developer.apple.com/xcode/) 打开 `Easydict.xcworkspace` 文件(注意不是 `Easydict.xcodeproj`⚠️⚠️⚠️)。 +1. 下载这个 Repo,然后使用 [Xcode](https://developer.apple.com/xcode/) 打开 `Easydict.xcworkspace` 文件(⚠️⚠️⚠️ 注意不是 `Easydict.xcodeproj` ⚠️⚠️⚠️)。 2. 使用 `Cmd + R` 编译运行即可。 ![image-20231212125308372](https://raw.githubusercontent.com/tisfeng/ImageBed/main/uPic/image-20231212125308372-1702356789.png) @@ -129,7 +129,7 @@ brew install easydict 如果经常需要调试一些权限相关的功能,例如取词或 OCR,可选择使用自己的苹果账号运行,请修改 Easydict-debug.xcconfig 文件中的 DEVELOPMENT_TEAM 为你自己的 Apple Team ID(你可以登录苹果开发者网站找到它),CODE_SIGN_IDENTITY 改为 Apple Development。 -⚠️ 注意不要提交 Easydict-debug.xcconfig 文件,你可以使用下面 git 命令忽略这个文件的本地修改 +注意不要提交 Easydict-debug.xcconfig 文件,你可以使用下面 git 命令忽略这个文件的本地修改 ```bash git update-index --skip-worktree Easydict-debug.xcconfig diff --git a/README_EN.md b/README_EN.md index 22f9444cd..75f0188c5 100644 --- a/README_EN.md +++ b/README_EN.md @@ -119,7 +119,7 @@ If you are a developer, or you are interested in this project, you can also try

-1. Download this Repo, and then open the `Easydict.xcworkspace` file with [Xcode](https://developer.apple.com/xcode/) (note that it is not `Easydict.xcodeproj` ⚠️⚠️⚠️). +1. Download this Repo, and then open the `Easydict.xcworkspace` file with [Xcode](https://developer.apple.com/xcode/) (⚠️⚠️⚠️ Note that it is not `Easydict.xcodeproj` ⚠️⚠️⚠️). 2. Use `Cmd + R` to compile and run. ![image-20231212125308372](https://raw.githubusercontent.com/tisfeng/ImageBed/main/uPic/image-20231212125308372-1702356789.png) @@ -128,7 +128,7 @@ The following steps are optional and intended for development collaborators only If you often need to debug permission-related features, such as word fetching or OCR, you can choose to run it with your own Apple account, change DEVELOPMENT_TEAM in the Easydict-debug.xcconfig file to your own Apple Team ID (you can find it by logging in to the Apple developer website) and CODE_SIGN_IDENTITY to Apple Development. -⚠️ Be careful not to commit the Easydict-debug.xcconfig file; you can ignore local changes to this file with the following git command +Be careful not to commit the Easydict-debug.xcconfig file; you can ignore local changes to this file with the following git command ```bash git update-index --skip-worktree Easydict-debug.xcconfig