Skip to content

Commit

Permalink
Add script in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Jul 14, 2024
1 parent 9d1dc03 commit 874047d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,19 @@ For older methods which requires SIP disabled, please see Related links section.

## Notes

this project is for learning and research purposes only.

If you choose to use this project, you do so at your own risk and are responsible for compliance with any applicable laws.

The author of this project is not responsible for any consequences that may arise from your use of this project.

## Usage

### Script Execution

TODO
```shell
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/blob/main/override_xcodellm.sh | bash
```

### Manual Execution

Expand Down
10 changes: 9 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,19 @@

## 注意事项

这个项目仅用于学习和研究目的。

如果您选择使用此项目,您将自行承担风险,并有责任遵守任何适用法律。

本项目的作者对您使用本项目可能产生的任何后果概不负责。

## 使用方式

### 脚本执行

TODO
```shell
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/blob/main/override_xcodellm.sh | bash
```

### 手动执行

Expand Down
2 changes: 1 addition & 1 deletion override_xcodellm.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/zsh
#!/bin/bash

# Constants
UTIL_URL="https://github.com/Kyle-Ye/XcodeLLMEligible/releases/download/latest/eligibility_util"
Expand Down

0 comments on commit 874047d

Please sign in to comment.