diff --git a/BUILDING.md b/BUILDING.md index bc35cea0..cddc7191 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -117,6 +117,6 @@ Further, for the Release build, the application must be run from a secure locati 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 - ``` +```bat +> certutil -addstore root testcert.cer +```