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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Before running the build, ensure the following tools are installed and available
9
9
-**[.NET SDK](https://dotnet.microsoft.com/download)** — required for `dotnet restore`
10
10
-**[Visual Studio 2022 or later](https://visualstudio.microsoft.com/vs/)** (or [Build Tools for Visual Studio](https://visualstudio.microsoft.com/downloads/)) — required to compile the solution; includes MSBuild. [MSBuild must also be added to the PATH Environment Variable](https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild)
11
11
-**[Node.js and npm](https://nodejs.org/)** — required to install front-end dependencies for the custom page
12
-
-**[relsvr-rap CLI](relsvr-rap-Usage-Guide.md)** — Relativity's RAP build tool; install from the Relativity.Server.RAPTool NuGet package using `dotnet tool install --global Relativity.Server.RAPTool` or if the nupkg file is downloaded locally, it can be installed using `dotnet tool install --global Relativity.Server.RAPTool --add-source C:\path\to\local\folder`
12
+
-**[relsvr-rap CLI](relsvr-rap-Usage-Guide.md)** — Relativity's RAP build tool; make sure it is copied to a location in the %PATH% environment variable
0 commit comments