From 68fffe1545b2dc0fba208d15ce0f5dd72a1c09e7 Mon Sep 17 00:00:00 2001 From: banahaker Date: Sun, 31 Mar 2024 22:42:42 +0800 Subject: [PATCH] build: Update pre-built file to v0.2.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02c5e8a..df1989b 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.1.0/ui-cli_0.1.0_linux_amd64.tar.gz -tar -xvf ui-cli_0.1.0_linux_amd64.tar.gz +wget https://github.com/Update-Install/CLI/releases/download/v0.2.0/ui-cli_0.2.0_linux_amd64.tar.gz +tar -xvf ui-cli_0.2.0_linux_amd64.tar.gz sudo cp ui /usr/local/bin ```