Skip to content

Commit

Permalink
feat: Add support for installing specific packages without using -n flag
Browse files Browse the repository at this point in the history
  • Loading branch information
banahaker committed Apr 9, 2024
1 parent 3368306 commit 1f36e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Easy way to install package for LInux Distributions<br>
`ui config` show the config file of ui
`ui config -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 -n {name}` download and install the specific package
`ui install {name}` download and install the specific package

# Installation
## Build from source
Expand Down Expand Up @@ -53,5 +53,5 @@ ui install

**Step 3.** Install the specific package with package name in config
```bash
ui install --name discord
ui install discord
```

0 comments on commit 1f36e89

Please sign in to comment.