update README.md.

Signed-off-by: 刘铭 <slamliu@qq.com>
This commit is contained in:
刘铭 2023-06-05 02:06:48 +00:00 committed by Gitee
parent 30face9422
commit 28abc044bb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 12 additions and 9 deletions

View File

@ -6,7 +6,16 @@
所以我们可以直接使用dget从docker hub中下载镜像包然后再离线安装
## 安装dget
## 直接下载链接
[windows x64版本](./bin/windows_amd64/dget.exe)
[linux amd64版本](./bin/linux_amd64/dget)
[linux arm版本](./bin/linux_arm/dget)
[Mac 传统版本](./bin/darwin_amd64/dget)
[Mac arm64版本](./bin/darwin_arm64/dget)
## 使用go安装dget
```bash
go install gitee.com/extrame/dget/cmd/dget@latest
@ -14,6 +23,8 @@ go install gitee.com/extrame/dget/cmd/dget@latest
## 使用方法
注意,本程序为命令行程序,需要使用命令行[cmd/powershell/bash等]打开
```bash
dget influxdb:1.8.3
```
@ -39,11 +50,3 @@ dget alibaba-cloud-linux-3-registry.cn-hangzhou.cr.aliyuncs.com/alinux3/alinux3:
```bash
dget -arch linux/arm influxdb:1.8.3
```
## 直接下载链接
[windows x64版本](./bin/windows_amd64/dget.exe)
[linux amd64版本](./bin/linux_amd64/dget)
[linux arm版本](./bin/linux_arm/dget)
[Mac 传统版本](./bin/darwin_amd64/dget)
[Mac arm64版本](./bin/darwin_arm64/dget)