From ec6d1b1c3ad554afc47dad0827f23fe04670f982 Mon Sep 17 00:00:00 2001
From: Adam Thorn <alt36@cam.ac.uk>
Date: Fri, 28 Feb 2020 16:10:24 +0000
Subject: [PATCH] Update readme per change in 79215b4

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index c854d54c..a590f09d 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,14 @@ Full UNC path to 64-bit wpkg64.js
 Agreed-upon code your institution (see below)
 1. WPKGSOFTWARE  
 Full UNC path to the central software repository.
+1. WPKGSOFTWAREUSER  
+Username that should be used for connecting to WPKGSOFTWARE
+1. WPKGSOFTWAREPASSWORD  
+Password that should be used for connecting to WPKGSOFTWARE as WPKGSOFTWAREUSER
 1. WPKGLOGDIR  
 Directory in which software installer logs are to be kept
 
+
 The included wpkg wrapper script will look in HKLM\SOFWARE\WPKG\vars and set environment variables for all keys of type REG_SZ, so you could e.g.
 
 reg add HKLM\SOFTWARE\WPKG\vars /v WPKGINSTITUTION /t REG_SZ /d chemistry
-- 
GitLab