mirror of
https://github.com/FalloutCollaborationProject/FCP-Mod-Updater.git
synced 2026-07-27 17:04:05 -07:00
Enhance README with badges and installation notes
Added badges for stable and beta releases, as well as a Discord link. Updated installation instructions and clarified usage notes.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# FCP Mod Updater
|
||||
|
||||
[](https://github.com/FalloutCollaborationProject/FCP-Mod-Updater/releases/latest)
|
||||
[](https://github.com/FalloutCollaborationProject/FCP-Mod-Updater/releases)
|
||||
[](https://discord.gg/XcgBf3AbPa)
|
||||
|
||||
A command-line tool for managing [Fallout Collaboration Project](https://github.com/FalloutCollaborationProject) RimWorld mods. Features both interactive and automated workflows for discovering, updating, installing, and managing FCP mods.
|
||||
|
||||
## Features
|
||||
@@ -21,13 +25,17 @@ A command-line tool for managing [Fallout Collaboration Project](https://github.
|
||||
|
||||
### Pre-Compiled Releases
|
||||
|
||||
Download from the [Releases](https://github.com/FalloutCollaborationProject/FCPModUpdater/releases) page:
|
||||
> [!NOTE]
|
||||
> Your anti-virus may flag the download as suspicious/malicious, this is due to the code being unsigned. To remedy this would cost us real money and not a small amount either, you may check on [VirusTotal](https://www.virustotal.com/gui/) or [build from source.](#build-from-source)
|
||||
|
||||
| Archive | Description |
|
||||
|---------|-------------|
|
||||
| `*-selfcontained.zip/.tar.gz` | Standalone, no .NET required |
|
||||
| `*-win-x64.zip` / `*-linux-x64.tar.gz` | Smaller, requires .NET 10 Runtime |
|
||||
|
||||
Downloads are available in the [Releases](https://github.com/FalloutCollaborationProject/FCPModUpdater/releases) page:
|
||||
|
||||
|
||||
### Build from Source
|
||||
```bash
|
||||
git clone https://github.com/FalloutCollaborationProject/FCPModUpdater.git
|
||||
@@ -37,9 +45,8 @@ dotnet build
|
||||
|
||||
## Usage
|
||||
|
||||
### Cli Note
|
||||
|
||||
You may choose between either `dotnet run -- ARGS` or running the built application directly with the args
|
||||
> [!TIP]
|
||||
> You may choose between either `dotnet run -- ARGS` or running the built application directly with the args
|
||||
(ex: `FCPModUpdater scan`)
|
||||
|
||||
### Interactive Mode (scan arg, Default)
|
||||
|
||||
Reference in New Issue
Block a user