mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
docs: add x-cmd method to install tokei
This commit is contained in:
parent
51f38bf44c
commit
3a76bd164b
12
README.md
12
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue