From 86eb030edcbc8d3fff1c02db771cfccbbcfb92cc Mon Sep 17 00:00:00 2001 From: illusion0001 <37698908+illusion0001@users.noreply.github.com> Date: Sun, 3 Mar 2024 09:20:15 -0600 Subject: [PATCH] Update BUILDING.md --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index eea87b18..bc35cea0 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -115,7 +115,7 @@ Further, for the Release build, the application must be run from a secure locati # Running PresentMon on other systems -You will encounter an error message such as: `"A referral has returned from server"`. This usually means a certificate mismatch or not exist. The same certificate that was used to sign the application must be installed. Open command prompt as administrator and run the following: +You will encounter an error message such as: `"A referral was returned from the server"`. This usually means a certificate mismatch or not exist. The same certificate that was used to sign the application must be installed on the other machine. Open command prompt as administrator and run the following: ```bat > certutil -addstore root testcert.cer