From d291d0ca362bedaffe2d06977e57dac2a276897b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Martign=C3=A8ne?= Date: Mon, 1 Sep 2014 03:11:25 +0200 Subject: [PATCH] Document the EXPERIMENTAL option in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 47429ec0..170db6f8 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ ty is a command-line tool to manage Teensy devices (or teensies). It currently r ty can be built using GCC or Clang. Building it results in a single command-line binary that can be moved around. +Experimental features are disabled by default, enable them by turning ON the EXPERIMENTAL option in cmake with `-DEXPERIMENTAL=1`. + ## Linux