From 09101f817294abcdc20813af1be35f7afe6997f4 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 1 May 2022 22:06:42 +1000 Subject: [PATCH 1/2] add choco install cmd to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81946bf8a57..4f31ce9271a 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ Dedicated to making your workflow flow more seamless. Search everything from app ### Installation -| [Windows 7+ installer](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Setup.exe) | [Portable](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Portable.zip) | `winget install "Flow Launcher"` | `scoop install Flow-Launcher` | -| :----------------------------------------------------------: | :----------------------------------------------------------: | :------------------------------: | :------------------------------: | +| [Windows 7+ installer](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Setup.exe) | [Portable](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Portable.zip) | `winget install "Flow Launcher"` | `scoop install Flow-Launcher` | `choco install Flow-Launcher` | +| :----------------------------------------------------------: | :----------------------------------------------------------: | :------------------------------: | :------------------------------: | :------------------------------: | > When installing for the first time Windows may raise an issue about security due to code not being signed, if you downloaded from this repo then you are good to continue the set up. From 439f609077d848bad596df66e1c2ddfd81666d9c Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sat, 7 May 2022 20:23:14 +1000 Subject: [PATCH 2/2] update installation layout --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f31ce9271a..b6d025d46fb 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,11 @@ Dedicated to making your workflow flow more seamless. Search everything from app ### Installation -| [Windows 7+ installer](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Setup.exe) | [Portable](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Portable.zip) | `winget install "Flow Launcher"` | `scoop install Flow-Launcher` | `choco install Flow-Launcher` | -| :----------------------------------------------------------: | :----------------------------------------------------------: | :------------------------------: | :------------------------------: | :------------------------------: | +| [Windows 7+ installer](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Setup.exe) | [Portable](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Portable.zip) | +| :----------------------------------------------------------: | :----------------------------------------------------------: | + +| `winget install "Flow Launcher"` | `scoop install Flow-Launcher` | `choco install Flow-Launcher` | +| :------------------------------: | :------------------------------: | :------------------------------: | > When installing for the first time Windows may raise an issue about security due to code not being signed, if you downloaded from this repo then you are good to continue the set up.