From: Robert Henry Date: Tue, 24 Mar 2020 04:42:23 +0000 (-0700) Subject: Update README.md (#33999) X-Git-Tag: submit/tizen/20210909.063632~9007 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b124e9b3e0724973f4eb9503f20c00aebb107cec;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Update README.md (#33999) Add missing back-ticks to quote a path name. --- diff --git a/docs/workflow/building/coreclr/README.md b/docs/workflow/building/coreclr/README.md index 1e49cd2..3f61609 100644 --- a/docs/workflow/building/coreclr/README.md +++ b/docs/workflow/building/coreclr/README.md @@ -33,7 +33,7 @@ The build places logs in `artifacts\log` and these are useful when the build fai The build places all of its intermediate output in the `artifacts\obj\coreclr` directory, so if you remove that directory you can force a full rebuild. -To build CoreCLR, the root build script invokes the src\coreclr\build.cmd (or build.sh) script. To build the CoreCLR tests, you must use this script. +To build CoreCLR, the root build script invokes the `src\coreclr\build.cmd` (or build.sh) script. To build the CoreCLR tests, you must use this script. Use `build -?` to learn about the options to this script. See [Running Tests](../../testing/coreclr/testing.md) for instructions on running the tests.