Skip to content

Commit 02e8c53

Browse files
authored
docs: 增加英文 README。
1 parent 11fe790 commit 02e8c53

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,40 @@
22

33
浏览器下载器。支持下载指定版本的 `Chromium``Firefox`
44

5-
## 安装(Windows)
5+
A browser downloader. Supports downloading specified versions of Chromium and Firefox.
6+
7+
## 安装—Windows(Installation—Windows)
68

79
`Powershell` 中输入如下命令:
810

11+
Enter the following command in Powershell:
12+
913
```powershell
1014
irm https://raw.githubusercontent.com/hamflx/fetchbrowser/master/install.ps1 | iex
1115
```
1216

13-
## 使用
17+
## 使用(Usage)
18+
19+
下载 `Chromium 98`
1420

15-
下载 `Chromium 98`
21+
Download `Chromium 98`:
1622

1723
```powershell
1824
fb 98
1925
```
2026

2127
**注意:在特定平台第一次下载 `Chromium` 会比较慢,因为会联机查找版本信息,后续会使用缓存的数据。**
2228

23-
下载 `Firefox 98`
29+
**Note: The first time downloading Chromium on a specific platform may be slow due to online version information lookup, but subsequent downloads will use cached data.**
30+
31+
下载 `Firefox 98`
32+
33+
Download `Firefox 98`:
2434

2535
```powershell
2636
fb --firefox 98
2737
```
2838

29-
## 许可
39+
## 许可(License)
3040

3141
MIT @ 2023 hamflx

0 commit comments

Comments
 (0)