From 13360aefff65804429b2ba266382596bfdff1218 Mon Sep 17 00:00:00 2001 From: lunrenyi <87307989+lunrenyi@users.noreply.github.com> Date: Thu, 28 Nov 2024 14:48:41 +0800 Subject: [PATCH] docs(install): add x-cmd method to install nexttrace --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 28b0ca0..f70a1f8 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,13 @@ Please note, there are exceptions to this synchronization. If a version of NTrac * Scoop-extra is maintained by soenggam +* X-CMD + * [x-cmd](https://x-cmd.com) is a lightweight cross-platform package manager implemented in posix shell. Quickly download and execute `nexttrace` with a single command: [`x nexttrace`](https://x-cmd.com/pkg/nexttrace) + * You can also install `nexttrace` in the user level without requiring root privileges. + ```shell + x env use nexttrace + ``` + Please note, the repositories for all of the above installation methods are maintained by open source enthusiasts. Availability and timely updates are not guaranteed. If you encounter problems, please contact the repository maintainer to solve them, or use the binary packages provided by the official build of this project. ### Manual Install