From 0193323ccdd9d0936f15e457c6aaf838188f8997 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Wed, 28 Mar 2018 09:27:43 +0200 Subject: [PATCH] README: Remove "tail" from example (is coreutils) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0c028803c..de57d004a0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Scoop is very scriptable, so you can run repeatable setups to get your environme ```powershell scoop install sudo sudo scoop install 7zip git openssh --global -scoop install curl grep sed less tail touch +scoop install curl grep sed less touch scoop install python ruby go perl ```