Skip to content

Commit

Permalink
Update formatting in the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemistmatt committed Jan 22, 2025
1 parent f72b442 commit bdc86cd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,12 @@ 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.
If within the 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.

```Shell
mount -t smbfs //protoapps/DataPkgs/Public/ ~/temp_msms_results
```
Compilation of the vignettes that imply access to PNNL DMS should now proceed smoothly.

## Previous Location

Expand Down

0 comments on commit bdc86cd

Please sign in to comment.