Skip to content

Commit

Permalink
feat(readme): update readme (#9)
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
XdpCs authored Apr 29, 2024
1 parent 2e66590 commit bdcd996
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,21 @@

### Web Link

https://xdpcs.github.io/flt-withdraw/
Should you prefer not to run it locally, you can utilize this [web link](https://xdpcs.github.io/flt-withdraw/). I've deployed it.

### To run it locally

1. Run the `index.html` file.
1. Run the script below.

```shell
npm install -g http-server
http-server
```

2. Click the `connect` button.
3. Click the `withdraw` button.

### Disclaimer

If you believe any risks are associated with this tool, please submit a PR or open an issue, and I will address it as
soon as possible. If you still feel uncomfortable with the tool, you are welcome to refrain from using it. Thank you!
soon as possible. If you still feel uncomfortable with the tool, you are welcome to refrain from using it. Thank you!
10 changes: 8 additions & 2 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@

### 网页链接

https://xdpcs.github.io/flt-withdraw/
如果你不想在本地运行,你可以使用这个[网页链接](https://xdpcs.github.io/flt-withdraw/)。我已经部署了它。

### 本地运行

1. 运行`index.html`文件
1. 运行下面脚本

```shell
npm install -g http-server
http-server
```

2. 点击 `connect` 按钮
3. 点击 `withdraw`按钮

Expand Down

0 comments on commit bdcd996

Please sign in to comment.