From fdd9ae7b445e97e84cd22c1cefc8dc058ff4bdae Mon Sep 17 00:00:00 2001 From: Pavan Shinde Date: Tue, 3 Feb 2026 05:20:31 +0000 Subject: [PATCH] docs: clarify README prerequisites and UTC times --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 22e258e2896..b086183c9a1 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Learn all about Gemini CLI in our [documentation](https://geminicli.com/docs/). ## 📦 Installation -### Pre-requisites before installation +### Prerequisites before installation - Node.js version 20 or higher - macOS, Linux, or Windows @@ -78,7 +78,7 @@ See [Releases](./docs/releases.md) for more details. ### Preview -New preview releases will be published each week at UTC 2359 on Tuesdays. These +New preview releases will be published each week at UTC 23:59 on Tuesdays. These releases will not have been fully vetted and may contain regressions or other outstanding issues. Please help us test and install with `preview` tag. @@ -88,7 +88,7 @@ npm install -g @google/gemini-cli@preview ### Stable -- New stable releases will be published each week at UTC 2000 on Tuesdays, this +- New stable releases will be published each week at UTC 20:00 on Tuesdays, this will be the full promotion of last week's `preview` release + any bug fixes and validations. Use `latest` tag. @@ -98,7 +98,7 @@ npm install -g @google/gemini-cli@latest ### Nightly -- New releases will be published each day at UTC 0000. This will be all changes +- New releases will be published each day at UTC 00:00. This will be all changes from the main branch as represented at time of release. It should be assumed there are pending validations and issues. Use `nightly` tag.