From a6a63795268260bbdd62690cfd2464f39ac2d90f Mon Sep 17 00:00:00 2001 From: Nicholas Wong Date: Tue, 14 Mar 2023 20:45:40 +0800 Subject: [PATCH] Updated readme. --- readme.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index 0a0c490..262421d 100644 --- a/readme.md +++ b/readme.md @@ -37,17 +37,13 @@ jobs: testers-file: "" # Optional groups: "" # Optional groups-file: "" # Optional - debug: false # Optional: Default false - # A flag you can include to print verbose log output. - cache: true # Optional: Default true - # Whether to cache the firebase tools for next - # job, keeping this TRUE will speed up the build. - upgrade: true # Optional: Default true - # Whether to attempt to upgrade firebase tools - # when cache is on, turning this FALSE will - # speed up the build. + debug: false # Optional: Default false. A flag you can include to print verbose log output. + cache: true # Optional: Default true. Whether to cache the firebase tools for next job, keeping this true will speed up the build. + upgrade: true # Optional: Default true. Whether to attempt to upgrade firebase tools when cache is on, turning this false will speed up the build. ``` + + ## Limitations and improvements 1. Currently only works on linux (including macos)