From 960d345fea1e20ac8badd16fe87ff77ad4b18638 Mon Sep 17 00:00:00 2001 From: curry798 Date: Tue, 5 Nov 2024 20:28:07 +0800 Subject: [PATCH] docs(install): add x-cmd method to install procs --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b6f50b3bb..872ea5b3d 100644 --- a/README.md +++ b/README.md @@ -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