1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 10:18:21 +09:00

Update README.md (#33999)

Add missing back-ticks to quote a path name.
This commit is contained in:
Robert Henry 2020-03-23 21:42:23 -07:00 committed by GitHub
parent 7f7251d1fe
commit b124e9b3e0
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.