From ddf9d01183fd577383a27f90f3ebb29c046db470 Mon Sep 17 00:00:00 2001 From: arhh Date: Sat, 20 Jan 2024 19:01:02 +0000 Subject: [PATCH] Update README.md Remove mention of releases since I did not release a version of this app --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1d83b1..33a39d9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ An electron app to log into Google Calendar. ## Rationale -As of this application's first release, there is no desktop tool to interact with Google Calendar, Tasks, and Notes with a UI consistent with the web application. +As of this writing (January 2024), there is no desktop tool to interact with Google Calendar, Tasks, and Notes with a UI consistent with the web application. ## Notes * Executables for macOS and Linux are created on pushes to the `main` branch or pull requests to `main`. They are stored as _GitHub Actions Artifacts_ for one day. @@ -13,4 +13,4 @@ The project is made with electron-forge and node.js 18 1. Clone repo. 2. Run `npm i` in the project codebase. 3. Run `npm run start` to start the application in development mode (local storage location is printed to console in case you want to clear it later). -4. Run `npm run package` to create an executable for the current platform. \ No newline at end of file +4. Run `npm run package` to create an executable for the current platform.