From 28bb235053ad0b43ff8e399199960d095ed7c70c Mon Sep 17 00:00:00 2001 From: Cai BingJun <1945458160@qq.com> Date: Fri, 3 Feb 2023 13:08:03 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef4a655f..b5416e9b 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,11 @@ And more languages will be added (we are looking for translators. Please join th * `--features els` * Debugging mode (for contributors) * `--features debug` -* See [here](https://github.com/erg-lang/erg/blob/main/.cargo/config.toml) for more flags and abbreviations. +* Makes the display look better + * `--features unicode` and `--features pretty` +* Full features(exclude `--features large_thread`) + * `features full` +* See [here](https://github.com/erg-lang/erg/blob/main/doc/EN/dev_guide/build_features.md) for more flags. ## Contribution