From f65c54f324efe3788fe812fd90860956f9d80b7a Mon Sep 17 00:00:00 2001 From: banahaker Date: Mon, 1 Apr 2024 13:11:49 +0800 Subject: [PATCH] build: update pre-build file version to v0.4.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e99f010..eebb02e 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ Then just add the executable file to PATH ## Install Pre-build file with script ```bash -wget https://github.com/Update-Install/CLI/releases/download/v0.3.0/ui-cli_0.3.0_linux_amd64.tar.gz -tar -xvf ui-cli_0.3.0_linux_amd64.tar.gz +wget https://github.com/Update-Install/CLI/releases/download/v0.4.0/ui-cli_0.4.0_linux_amd64.tar.gz +tar -xvf ui-cli_0.4.0_linux_amd64.tar.gz sudo cp ui /usr/local/bin ```