You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,14 +50,14 @@ Download the latest Account Reporting module `.update` package from GitHub: http
50
50
Install the module using the Update Installation Wizard: ```/sitecore/admin/UpdateInstallationWizard.aspx```.
51
51
52
52
### 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
54
54
55
55
* Install `Skutta.AccountReporting` into the `Website` project
56
56
* Install `Skutta.AccountReporting.TDS.Core` into the `TDS.Core` project
57
57
* Install `Skutta.AccountReporting.TDS.Master` into the `TDS.Master` project
58
58
59
59
### 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
61
61
1. Copy folder `Skutta.AccountReporting` into your projects `src` folder. It should be a sibling of the Website, TDS.Master and TDS.Core projects
62
62
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.
63
63
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