diff --git a/README.md b/README.md index bae68a7..6ef4e1c 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,10 @@ Create `~/.odbcinst.ini` file and add Driver = /usr/local/lib/libtdsodbc.so ``` If your location of `libtdsodbc.so` differs, use the proper location. + +### Installation Tips + +If within PNNL network there may be an error associated with `mount_smbfs`. This happens due to network access credentials. Options are either to wait or proactively access one of the PNNL servers. For example try mounting one of the public directories from the terminal window. Enter your network password once requested. +`mount -t smbfs //protoapps/DataPkgs/Public/ ~/temp_msms_results` +Then compilation of the vignettes that imply access to PNNL DMS should proceed smoothly. +