2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-04-05 17:39:39 -04:00

Update README.md

This commit is contained in:
Xjph 2021-10-21 19:40:31 -02:30 committed by GitHub
parent 9a25bcf780
commit b37f9fffd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,13 +19,13 @@ The "Read All" button will read all journal files in the specified folder, handi
In addition to updating the content of their respective UI tabs, some workers can also send notifications, which will be distributed to all notifier plugins, as well as be passed to Observatory Core's native notification popup.
For specifics on what each plugin does, please refer to their respective repositories:
* [Explorer](https://github.com/Xjph/ObservatoryExplorer)
* [Botanist](https://github.com/Xjph/ObservatoryBotanist)
For specifics on what each plugin does, please refer to their respective wiki pages:
* [Explorer](https://github.com/Xjph/ObservatoryCore/wiki/Explorer)
* [Botanist](https://github.com/Xjph/ObservatoryCore/wiki/Botanist)
If you're interested in Custom Criteria for Explorer in particular you can find [the documentation for writing them](https://github.com/Xjph/ObservatoryCore/wiki/Explorer-%E2%80%94-Lua-Custom-Criteria) in the project wiki.
If you're interested in Custom Criteria for Explorer in particular you can find [the documentation for writing them](https://github.com/Xjph/ObservatoryCore/wiki/Lua-Custom-Criteria) in the project wiki.
For information on how to create a plugin, refer to the repository for [ObservatoryFramework](https://github.com/Xjph/ObservatoryFramework).
For information on how to create a plugin, refer to this article about [ObservatoryFramework](https://github.com/Xjph/ObservatoryCore/wiki/Framework).
## Prerequisites for use
.NET 5, and by extension one of its [supported OSes](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md).