Skip to content

Commit b3fdc92

Browse files
authored
Merge pull request #259 from lunrenyi/patch-1
README.md: add x-cmd install steps
2 parents 3309e3b + c66e585 commit b3fdc92

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,14 @@ Alternatively, install via cargo as in
129129
cargo +nightly install dua-cli
130130
```
131131

132+
#### x-cmd
133+
134+
[x-cmd](https://www.x-cmd.com/) is a **toolbox for Posix Shell**, offering a lightweight package manager built using shell and awk.
135+
```sh
136+
x env use dua
137+
```
138+
- 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.
139+
132140
### Usage
133141

134142
```bash

0 commit comments

Comments
 (0)