From 3a76bd164be9ea329907b6c983bbd361160423f4 Mon Sep 17 00:00:00 2001 From: curry798 Date: Wed, 25 Sep 2024 17:24:08 +0800 Subject: [PATCH] docs: add x-cmd method to install tokei --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 5ac7dff..949e3ea 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,18 @@ There's a third-party [peco package available](https://chocolatey.org/packages/p C:\> choco install peco ``` +### X-CMD (Linux, macOS, Windows WSL, Windows GitBash) + +tokei is available from [x-cmd](https://www.x-cmd.com). + +To install tokei, run: + +```shell +x env use tokei +# or +x tokei +``` + ### Building peco yourself Make sure to clone the source code under $GOPATH (i.e. $GOPATH/src/github.com/peco/peco). This is required