From 7c71695c861c8e6cb604471eeb2f156de5d1f28a Mon Sep 17 00:00:00 2001 From: Delta Date: Tue, 20 Sep 2022 16:48:23 -0700 Subject: [PATCH] Formatting changes --- README.md | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 50c4cee..018358c 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,26 @@ # NeosModManager A mod manager for [NeosVR](https://neos.com/).
-Manage and install mods from the community-managed listing of mods. More information about the mod list or modding neos in general can be found on the [NeosModLoader Website](https://www.neosmodloader.com/). +Manage and install mods from the community-managed listing of mods. More information about the mod list or modding NeosVR in general can be found on the [NeosModLoader Website](https://www.neosmodloader.com/). ## Prerequisite * [.Net Desktop Runtime 5.0+](https://dotnet.microsoft.com/en-us/download/dotnet/5.0) ## Install Download the [Latest Release](https://github.com/XDelta/NeosModManager/releases/latest/).
-Ensure prerequites are installed. You may receive a prompt to install them when launching otherwise -Run `NeosModManager.exe` -Open the Settings page and set the Neos path to where you have your `Neos.exe` - +Ensure prerequites are installed. You may receive a prompt to install them when launching otherwise.
+Run `NeosModManager.exe`
+Open the Settings page and set the Neos path to where you have your `Neos.exe`
## Features: -- Automatically download and install most mods from [Mod Manifest](https://github.com/neos-modding-group/neos-mod-manifest) -- Quick access to NeosVR, Logs, nml_mods and Application folders -- Options to use Neos.exe or NeosLauncher.exe -- Persistent launch arguments -- Manually check mod github pages for mod updates that aren't on the manifest yet -- Search Mods by name, category, description text, author, tags +* Automatically download and install most mods from [Mod Manifest](https://github.com/neos-modding-group/neos-mod-manifest) +* Quick access to NeosVR, Logs, nml_mods and Application folders +* Options to use Neos.exe or NeosLauncher.exe +* Persistent launch arguments +* Manually check mod github pages for mod updates that aren't on the manifest yet +* Search Mods by name, category, description text, author, tags ## Launch Argments -Available launch argments for NMM itself -`-debug` Debug Logging Level -`-verbose` Verbose Logging Level (Includes all logs from all levels) -`-console` Optional Console window to see NMM logs live \ No newline at end of file +Available launch argments for NMM itself:
+* `-debug` Debug Logging Level +* `-verbose` Verbose Logging Level (Includes all logs from all levels) +* `-console` Optional Console window to see NMM logs live \ No newline at end of file