Skip to content

Commit d015a1e

Browse files
authored
update links in readme
1 parent 8786b40 commit d015a1e

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

README.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Flow Launcher. Dedicated to make your workflow flow more seamlessly. Aimed at be
2626
<a href="#Contributing">Contributing</a> •
2727
<a href="#QuestionSuggestion">Question/Suggestion</a> •
2828
<a href="#DevelopingDebugging">Developing/Debugging</a> •
29-
<a href="#Documentation">Documentation</a>
29+
<a href="https://flow-launcher.github.io/docs">Documentation</a>
3030
</h4>
3131

3232
---
@@ -69,32 +69,31 @@ Windows may complain about security due to code not being signed, this will be c
6969

7070
[More tips](https://flow-launcher.github.io/docs/#/usage-tips)
7171

72-
### Integrations
73-
- If you use Python plugins:
74-
- Once a Python plugin has been detected at start up, you will be prompted to either select the location or allow Python (Embeddable) to automatic download for use.
75-
- The Python plugin may require additional modules to be installed, please ensure you check by visiting the plugin's website via `pm install` + plugin name, go to context menu and select `Open website`.
76-
- Start to launch your Python plugins.
77-
- Flow searches files and contents via Windows Index Search, to use Everything: `pm install everything`.
78-
7972
## Plugins
8073

81-
There is a [list of actively maintained plugins](https://github.com/Flow-Launcher/docs/blob/main/plugins.md) in the documentation section, some of which are integrated from other launchers.
74+
Flow searches files and contents via Windows Index Search, to use **Everything**: `pm install everything`.
75+
76+
If you are using Python plugins, Flow will prompt to either select the location or allow Python (Embeddable) to be automatic downloaded for use.
77+
78+
Vist [here](https://flow-launcher.github.io/docs/#/plugins) for our plugin portfolio.
79+
80+
If you are keen to write your own plugin in flow, please take a look at our plugin development documentation
8281

8382
## Status
8483

8584
Flow is under heavy development, but the code base is stable, so contributions are very welcome. If you would like to help maintain it, please do not hesistate to get in touch.
8685

8786
## Contributing
8887

89-
We welcome all contributions. If you are unsure of a change you want to make, simply put an issue in for discussion, otherwise feel free to put in a pull request.
88+
We welcome all contributions. If you are unsure of a change you want to make, let us know in the [Discussions](https://github.com/Flow-Launcher/Flow.Launcher/discussions/categories/ideas), otherwise feel free to put in a pull request.
9089

91-
You will find the main goals of flow placed under Projects board, so feel free to contribute on that. If you would like to make small incremental changes, feel free to do so as well.
90+
You will find the main goals of flow placed under [Projects board](https://github.com/Flow-Launcher/Flow.Launcher/projects), so feel free to contribute on that. If you would like to make small incremental changes, feel free to do so as well.
9291

9392
Get in touch if you like to join the Flow-Launcher Team and help build this great tool.
9493

9594
## Question/Suggestion
9695

97-
Yes please, submit an issue to let us know.
96+
Yes please, let us know in the [Q&A](https://github.com/Flow-Launcher/Flow.Launcher/discussions/categories/q-a) section.
9897

9998
**Join our community on [Discord](https://discord.gg/AvgAQgh)!**
10099

@@ -105,7 +104,3 @@ Flow Launcher's target framework is .Net 5
105104
Install Visual Studio 2019
106105

107106
Install .Net 5 SDK via Visual Studio installer or manually from [here](https://dotnet.microsoft.com/download/dotnet/thank-you/sdk-5.0.103-windows-x64-installer)
108-
109-
## Documentation
110-
111-
Visit [here](https://flow-launcher.github.io/docs) for more information on usage, development and design documentations

0 commit comments

Comments
 (0)