diff --git a/README.txt b/README.txt index 1b20cea..ca59730 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,9 @@ This program opens a range of datastores between two specified dates and extracts all the data for a set of user-defined publishers. +Add the gitea repo (this has to be done just once): +dotnet nuget add source --name Gitea https://www.gitea.econlabs.org/api/packages/markusmobiuspublic/nuget/index.json + Clone repo: git clone https://www.gitea.econlabs.org/markusmobiuspublic/RetroIndex @@ -39,3 +42,9 @@ Publisher: washingtonpost.com total pages: 28779 pages with publish data between 2/15/2023 12:00:00 AM and 2/21/2023 12:00:00 AM: 4143 ----------------------- + + +In order to incorporate in your own project make sure you reference the BingScrapeReadLib (1.5.0+) nuget package: +https://www.gitea.econlabs.org/markusmobiuspublic/-/packages/nuget/bingscrapereadlib/1.5.0 + +The RetroSampleApp demonstrates how.