Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to Node.js env #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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 @@ -30,14 +30,6 @@ You can then read the results, or select one of them to open the full WordRefere

# 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 WordReference
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": "WordReference",
"Description": "WordReference translations (es, en, fr, it)",
"Author": "LeoDupont",
"Version": "1.0.1",
"Language": "executable",
"Version": "1.0.2",
"Language": "javascript",
"Website": "https://github.com/LeoDupont/Flow.Launcher.Plugin.WordReference",
"ExecuteFileName": "start.bat",
"ExecuteFileName": "./src/main.js",
"IcoPath": "images\\favicon-32x32.png"
}
15 changes: 0 additions & 15 deletions start.bat

This file was deleted.