From 231b6a2895d4b3632e94e4aa2279fcdffeaf4e26 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 23 Dec 2020 03:54:35 +0100 Subject: [PATCH] Add Alpine Linux into Package Managers section (#668) Note: Alpine 3.13 has not been released yet, it should be till the end of this year. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ac4776a..6310816 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ Tokei is a program that displays statistics about your code. Tokei will show the #### Linux ```console +# Alpine Linux (since 3.13) +apk add tokei # Arch Linux pacman -S tokei # Cargo