From dacb36cb6d43ef65583e72fa4634ff7b2366aac6 Mon Sep 17 00:00:00 2001 From: Ingars Ribners Date: Tue, 17 Dec 2024 14:02:56 +0300 Subject: [PATCH] Update README.md Added '--easy' flag to 'eoc' call. This is workaround until the 'failOnWarning' issue (https://github.com/objectionary/eo/issues/3663) will be fixed. (inexperienced users with 'eo' who come for the first time and try to compile 'Hello world!' should not be discouraged) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48ebcc3..6ce2693 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ in the current directory: Then, you run it: ```bash -eoc dataize hello +eoc --easy dataize hello ``` That's it.