From 75898e29b600a0acad6f64aeac391102f1873732 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 19 Aug 2020 14:05:01 -0700 Subject: [PATCH] Mention Linux, MacOS and Windows support in readme (#666) --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index f0af4be..dc11a2c 100644 --- a/README.adoc +++ b/README.adoc @@ -42,6 +42,8 @@ Just has a ton of useful features, and many improvements over Make: link:https://github.com/casey/just#what-are-the-idiosyncrasies-of-make-that-just-avoids[Make's complexity and idiosyncrasies]. No need for `.PHONY` recipes! +- Linux, MacOS, and Windows are supported with no additional dependencies. (Although if your system doesn't have an `sh`, you'll need to link:https://github.com/casey/just#shell[choose a different shell].) + - Errors are specific and informative, and syntax errors are reported along with their source context. - Recipes can accept