From 4138b7bb69e7e6a8197f85c7ef1f0b3d60b52fa3 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 15 Nov 2020 20:25:53 +1100 Subject: [PATCH 1/2] update readme to make it clear for Everything users --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b44628744..d7f8dd7ba 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Windows may complain about security due to code not being signed, this will be c **Integrations:** - If you use python plugins, install [python3](https://www.python.org/downloads/): `.exe` installer + add it to `%PATH%` or set it in flow's settings + - Flow searches files and contents via Windows Index Search, to use Everything, download the plugin [here](https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Everything/releases/latest) **Usage** - Open flow's search window: Alt+Space is the default hotkey From db4ed0436abd54be8fe91a1203343e74c14ba5c5 Mon Sep 17 00:00:00 2001 From: Ioannis G Date: Sun, 15 Nov 2020 19:05:14 +0200 Subject: [PATCH 2/2] add global.json --- global.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 global.json diff --git a/global.json b/global.json new file mode 100644 index 000000000..c3efffd40 --- /dev/null +++ b/global.json @@ -0,0 +1,6 @@ +{ + "sdk": { + "version": "3.1.201", + "rollForward": "latestFeature" + } + } \ No newline at end of file