From e87c95e570f518b9a5e67c96569f6fef889fc797 Mon Sep 17 00:00:00 2001 From: Chloe <48113593+kawaiizenbo@users.noreply.github.com> Date: Sun, 17 Oct 2021 22:16:43 -0700 Subject: [PATCH 1/2] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..352b17b --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# RepoFullDownloader-Core +Cross-Platform Cydia/Installer 4 repo downloader + +## Requirements +.NET Core 3.1 or later + +## Command Line Options +`dotnet RepoFullDownloader-Core.dll ` +Running with no url will use the repo list from `options.json` From 2f33394d916db9f6eec16e6623fa09af59149022 Mon Sep 17 00:00:00 2001 From: Chloe <48113593+kawaiizenbo@users.noreply.github.com> Date: Sun, 17 Oct 2021 22:17:24 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 352b17b..e59d390 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ Cross-Platform Cydia/Installer 4 repo downloader ## Requirements -.NET Core 3.1 or later +.NET Core 3.1 or later +An internet connection. ## Command Line Options `dotnet RepoFullDownloader-Core.dll ` -Running with no url will use the repo list from `options.json` +Running with no URL will use the repo list from `options.json`