Skip to content

Commit 53f4741

Browse files
authored
Add scoop install to readme (#983)
1 parent b64dd27 commit 53f4741

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Flow.Launcher/App.xaml.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ private void RegisterDispatcherUnhandledException()
153153
DispatcherUnhandledException += ErrorReporting.DispatcherUnhandledException;
154154
}
155155

156-
157156
/// <summary>
158157
/// let exception throw as normal is better for Debug
159158
/// </summary>
@@ -179,4 +178,4 @@ public void OnSecondAppStarted()
179178
Current.MainWindow.Show();
180179
}
181180
}
182-
}
181+
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Dedicated to making your workflow flow more seamless. Search everything from app
5151

5252
### Installation
5353

54-
| [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"` |
55-
| :----------------------------------------------------------: | :----------------------------------------------------------: | :------------------------------: |
54+
| [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` |
55+
| :----------------------------------------------------------: | :----------------------------------------------------------: | :------------------------------: | :------------------------------: |
5656

5757
> Windows may complain about security due to code not being signed, this will be completed at a later stage. If you downloaded from this repo, you are good to continue the set up.
5858

0 commit comments

Comments
 (0)