You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@
20
20
-[Launching OpenVnmrJ](#launching-openvnmrj)
21
21
-[Printing / Plotting](#printing--plotting)
22
22
-[Closing OpenVnmrJ](#closing-openvnmrj)
23
+
-[Updating OpenVnmrJ](#updating-openvnmrj)
23
24
-[License](#license)
24
25
25
26
</details>
@@ -118,6 +119,7 @@ Two features need to be installed and activated within Windows. These are the "V
118
119
119
120
## Running OpenVnmrJ
120
121
<palign="center""><imgalt="OpenVnmrJ application running on Windows 11 via WSL"src="images/OpenVnmrJ_WSL_Running.png"></p>
122
+
121
123
### Launching OpenVnmrJ
122
124
* The easiest way to launch OpenVnmrJ is to used the created shortcuts. To launch manually:
123
125
* Windows 10 (20H1-21H2): Launch VcXsrv using the "VcXsrv with Xauthority" shortcut in the Start Menu or Run:
@@ -146,7 +148,7 @@ Two features need to be installed and activated within Windows. These are the "V
146
148
* Open from the distro shortcut in the Start Menu
147
149
* _OR_ run `wsl -d <distro_name> -u vnmr1` from the Command Prompt or PowerShell
148
150
* If needed, `su vnmr1`. If you used this script, the vnmr1 password was set to the same as the default WSL account. Use the PowerShell command in the previous step if you have forgotten your vnmr1 password.
149
-
* Copy the OpenVnmrJ\*.zip or OVJdvd\*.tar.gz archive to `/tmp/`, `cd` to `/tmp/`, and then expand the file with `unzip` or `tar -xzvf`.
151
+
* Copy the OpenVnmrJ\*.zip or OVJdvd\*.tar.gz archive of the new OpenVnmrJ release/build to `/tmp/`, `cd` to `/tmp/`, and then expand the file with `unzip` or `tar -xzvf`.
150
152
* Run `cd dvdimageOVJ` followed by `./upgrade.nmr`.
151
153
* All replaced OpenVnmrJ system files will be located in `/vnmr/adm/upgrade/<current_date>`
0 commit comments