Update README.md

This commit is contained in:
XAMPPRocky 2021-01-01 23:10:11 +00:00 committed by GitHub
parent 0751e3bb83
commit 3e2e1ad564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ Tokei is a program that displays statistics about your code. Tokei will show the
- Tokei has huge range of languages, supporting over **150** languages, and
their various extensions.
- Tokei can output in multiple formats(**CBOR**, **JSON**, **TOML**, **YAML**)
- Tokei can output in multiple formats(**CBOR**, **JSON**, **YAML**)
allowing Tokei's output to be easily stored, and reused. These can also be
reused in tokei combining a previous run's statistics with another set.
@ -94,6 +94,8 @@ conda install -c conda-forge tokei
sudo dnf install tokei
# FreeBSD
pkg install tokei
# NetBSD
pkgin install tokei
# Nix/NixOS
nix-env -i tokei
# OpenSUSE