瀏覽代碼

Updating README with information on colors

John Moon 6 年之前
父節點
當前提交
13162e314c
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -35,6 +35,14 @@ You can run the above example with:
 cargo run --example init
 ```
 
+If you want to remove the colorized output and its dependencies, add the
+the following to your Cargo.toml:
+
+```
+[dependencies.simple_logger]
+default-features = false
+```
+
 Licence
 -------