Skip to content

Commit

Permalink
Merge pull request #711 from curry798/patch-1
Browse files Browse the repository at this point in the history
docs(install): add x-cmd method to install procs
  • Loading branch information
dalance authored Nov 5, 2024
2 parents 469803c + 960d345 commit f06d1a1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,16 @@ You can install with [cargo](https://crates.io/crates/procs).
cargo install procs
```

### X-CMD

You can install with [x-cmd](https://www.x-cmd.com).

```
x env use procs
# or
x procs # Download procs, and invoke procs in a way that does not affect the current environment
```

## Installation Notes

### Permissions issues
Expand Down

0 comments on commit f06d1a1

Please sign in to comment.