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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,12 +52,13 @@ If you are running an older version (for example, if you originally installed WS
52
52
53
53
-`sudo do-release-upgrade` ... this updates the version of Ubuntu. _Please note_, this will likely disable any external package sources, such as the one added when installing Mono.
54
54
- Once you're done with that, then you just need to update `apt-get`
55
-
- Add back Mono's package repository source, as described in [the download instructions](https://www.mono-project.com/download/stable/#download-lin).
56
-
-`sudo apt-get update`
57
-
-`sudo apt-get upgrade`
58
-
-`sudo apt-get dist-upgrade`
55
+
- Steps to set up the local WSL mdoc environment
56
+
- Install make `sudo apt-get install make`
57
+
- Install mono, Add back Mono's package repository source, as described in [the download instructions](https://www.mono-project.com/download/stable/#download-lin-ubuntu).
0 commit comments