Skip to content

Commit c500e39

Browse files
Refactor installation guide
1 parent 5678790 commit c500e39

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,25 @@ Dedicated to making your work flow more seamless. Search everything from applica
9999

100100
### Installation
101101

102-
| [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) |
103-
| :----------------------------------------------------------: | :----------------------------------------------------------: |
102+
[Windows 7+ Installer](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Setup.exe) or [Portable Version](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Portable.zip)
104103

105-
| `winget install "Flow Launcher"` | `scoop install Flow-Launcher` | `choco install Flow-Launcher` |
106-
| :------------------------------: | :------------------------------: | :------------------------------: |
104+
105+
#### Winget
106+
107+
```
108+
winget install "Flow Launcher"
109+
```
110+
#### Scoop
111+
112+
```
113+
scoop install Flow-Launcher
114+
```
115+
116+
#### Chocolatey
117+
118+
```
119+
choco install Flow-Launcher
120+
```
107121

108122
> 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.
109123

0 commit comments

Comments
 (0)