Skip to content

Commit 9ba6317

Browse files
author
Mike Skutta
committed
Added links to releases
1 parent c1a67cf commit 9ba6317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ Download the latest Account Reporting module `.update` package from GitHub: http
5050
Install the module using the Update Installation Wizard: ```/sitecore/admin/UpdateInstallationWizard.aspx```.
5151

5252
### Via NuGet
53-
Install the following NuGet packages. You will need to host these packages: https://docs.microsoft.com/en-us/nuget/hosting-packages/overview
53+
Nuget packages can be found in GitHub: https://github.com/mskutta/sitecore-account-reporting/releases. Install the following NuGet packages. You will need to host these packages: https://docs.microsoft.com/en-us/nuget/hosting-packages/overview
5454

5555
* Install `Skutta.AccountReporting` into the `Website` project
5656
* Install `Skutta.AccountReporting.TDS.Core` into the `TDS.Core` project
5757
* Install `Skutta.AccountReporting.TDS.Master` into the `TDS.Master` project
5858

5959
### Via Code Copy
60-
1. Clone or download the Account Reporting repository into a location where you can copy the project structure
60+
1. Clone or download the Account Reporting repository https://github.com/mskutta/sitecore-account-reporting/ into a location where you can copy the project structure
6161
1. Copy folder `Skutta.AccountReporting` into your projects `src` folder. It should be a sibling of the Website, TDS.Master and TDS.Core projects
6262
1. Open your project in Visual Studio and add the "Skutta.AccountReporting" project to your solution, also add a reference to this project from the website solution.
6363
1. You may need to update the target framework on the `Skutta.AccountReporting` project to match the `Website` project. If this is required you will also need to open up the NuGet package manager for the solution and sync up the package versions.

0 commit comments

Comments
 (0)