Skip to content

Commit

Permalink
Merge pull request #259 from lunrenyi/patch-1
Browse files Browse the repository at this point in the history
README.md: add x-cmd install steps
  • Loading branch information
Byron authored Aug 28, 2024
2 parents 3309e3b + c66e585 commit b3fdc92
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,14 @@ Alternatively, install via cargo as in
cargo +nightly install dua-cli
```

#### x-cmd

[x-cmd](https://www.x-cmd.com/) is a **toolbox for Posix Shell**, offering a lightweight package manager built using shell and awk.
```sh
x env use dua
```
- Additionally, the [`x dua ...`](https://www.x-cmd.com/pkg/dua#dua) command is available, which automatically installs `dua` without affecting the environment, such as not modifying the `PATH` variable.

### Usage

```bash
Expand Down

0 comments on commit b3fdc92

Please sign in to comment.