Skip to content

Commit

Permalink
feat: Update command name and usage information
Browse files Browse the repository at this point in the history
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
  • Loading branch information
banahaker committed Apr 23, 2024
1 parent 3d4253b commit 455d17a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 455d17a

Please sign in to comment.