Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martinez <joelmartinez@gmail.com>2020-12-16 23:15:54 +0300
committerGitHub <noreply@github.com>2020-12-16 23:15:54 +0300
commit4caba9996f6bad59059c675c510c074875151c2b (patch)
treea8dc5ad72d5144cbfbd46450fed2c02d8024fad1 /README.md
parent7a0c6caa0ec3a64830b81b3e819ce49cad793840 (diff)
Merge latest develop to master (including release pipeline) (#529)
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 0613ac88..b6ee05cb 100644
--- a/README.md
+++ b/README.md
@@ -52,12 +52,13 @@ If you are running an older version (for example, if you originally installed WS
- `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.
- Once you're done with that, then you just need to update `apt-get`
- - Add back Mono's package repository source, as described in [the download instructions](https://www.mono-project.com/download/stable/#download-lin).
- - `sudo apt-get update`
- - `sudo apt-get upgrade`
- - `sudo apt-get dist-upgrade`
+- Steps to set up the local WSL mdoc environment
+ - Install make `sudo apt-get install make`
+ - 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).
+ - Install Nuget `sudo apt-get install nuget`
+ - Install F# Compiler `sudo apt-get install mono-complete fsharp`
-With that run ... you should be able to run the build locally using `make all ENVIRONMENT=wsl`.
+With that run ... you should be able to run the build locally using `make prepare all check`.
### Linux