Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ The last parameter is an optional unit of time to compute the difference in.

# Installation

## 1. Install Node.js

This plugin is written in JavaScript, so you need to install Node.js to use it with Flow Launcher.

Just go to https://nodejs.org/ and download the LTS ("Long Term Support") version of Node.js.

## 2. Install the plugin

You can find this plugin in Flow's Plugin Store (in the app's settings), or by directly running this command in Flow Launcher:
```
pm install DateDiff
Expand Down
6 changes: 3 additions & 3 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"Name": "DateDiff",
"Description": "Difference between two dates (documentation on website)",
"Author": "LeoDupont",
"Version": "1.1.0",
"Language": "executable",
"Version": "1.1.1",
"Language": "javascript",
"Website": "https://github.com/LeoDupont/Flow.Launcher.Plugin.DateDiff",
"ExecuteFileName": "start.bat",
"ExecuteFileName": "./src/main.js",
"IcoPath": "images\\icon.png"
}
15 changes: 0 additions & 15 deletions start.bat

This file was deleted.