From a4e2972cdf5f770b82c67f0dbd6b67da4d009e0c Mon Sep 17 00:00:00 2001 From: siddharthist Date: Mon, 26 Oct 2015 12:49:12 -0700 Subject: [PATCH] README: Clarify platform support language --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94f5e4e..7e842ae 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Overview This readme documents the current (development) version of distributive. Distributive is a tool for running distributed health checks in datacenters. -It was designed with Consul in mind, but is platform agnostic. It is simple +It was designed with Consul in mind, but is stack agnostic. It is simple to configure (with JSON checklists) and easy to deploy and run. It has no dependencies, and can be shipped as a speedy 1.3MB (yes, megabytes!) binary. @@ -63,6 +63,8 @@ We also provide premade RPM packages on [Bintray][bintray] for versioned releases. You can view the RPM source and build RPM snapshots at [distributive-rpm][distributive-rpm]. +Distributive currently only supports Linux. + Usage -----