From 3e2e1ad564876041566acd4a5c66ef20e4938dc4 Mon Sep 17 00:00:00 2001 From: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> Date: Fri, 1 Jan 2021 23:10:11 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6310816..13e89e9 100644 --- a/README.md +++ b/README.md @@ -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