From baaa9e2ac7728c245ea348d4d6be2154f403f4cf Mon Sep 17 00:00:00 2001 From: endigma Date: Fri, 29 Jan 2021 16:44:12 -0400 Subject: [PATCH 1/3] Update 'README.md' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 496b69c..05e7d89 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ risk of rain 2 mod updater/manager/installer/uninstaller/lister/searcher/info-ge - updating api cache and mods ## todo for feature parity with other tools +- r2modman modpack support - 'edit' command - 'hold' command ?? is this truly necessary - 'run' command From 3f0cc501bcd7c9180d30ca0d0e81ae1d3203512f Mon Sep 17 00:00:00 2001 From: endigma Date: Fri, 29 Jan 2021 16:45:37 -0400 Subject: [PATCH 2/3] Update 'README.md' --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 05e7d89..40fbfd6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # r2mod-go risk of rain 2 mod updater/manager/installer/uninstaller/lister/searcher/info-getter +# how to use +- clone +- go install +- use +- or get from releases + ## currently implemented - downloading - info getting From 0b6aec7a0218379b99a10182b44533441431ed41 Mon Sep 17 00:00:00 2001 From: endigma Date: Fri, 29 Jan 2021 17:07:34 -0400 Subject: [PATCH 3/3] Update 'README.md' --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 40fbfd6..f187ed7 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ risk of rain 2 mod updater/manager/installer/uninstaller/lister/searcher/info-ge - toggling mods - listing mods - updating api cache and mods +- fuzzy searching +- version info +- dependency-getting ## todo for feature parity with other tools - r2modman modpack support