From 455d17a3a29b358fd32fcfe7da290155c1922d3a Mon Sep 17 00:00:00 2001 From: banahaker <pn0818x@outlook.com> Date: Tue, 23 Apr 2024 20:42:16 +0800 Subject: [PATCH] feat: Update command name and usage information Changed the command names from "config" to "source" and updated the usage information accordingly. This commit also includes changes to the README.md file. Changes: - Updated command names and usage information in README.md - Updated examples in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9655dc1..42278f7 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ sudo wget https://github.com/Update-Install/CLI/releases/latest/download/ui-cli_ # Usage ## Commands `ui --help` show command information -`ui config` show the config file of ui -`ui config -n {name} -u {URL}` set a source for a package +`ui source` show the config file of ui +`ui source -n {name} -u {URL}` set a source for a package `ui install` download the package file in config file's list then install it. `ui install {name}` download and install the specific package @@ -47,7 +47,7 @@ This is example had been tested on Ubuntu 23.10, 22.04 **Step 1.** Add the link to config using `ui config` command ```bash -ui config -n discord -u https://discord.com/api/download?platform=linux&format=deb +ui source -n discord -u https://discord.com/api/download?platform=linux&format=deb ``` **Step 2.** Install the all packages in config