diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-08-04 07:13:31 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-08-04 07:14:30 +0900 |
commit | 9733b47eb80699e04a28dfee6fae727bfb27bc41 (patch) | |
tree | 5c0943ac7787d0c998c976a48bce28761f829868 | |
parent | 6a1458caf2e4d15215e094cc4863e3a6f2648f6b (diff) |
[DOC] "nmake check" is preferable to "nmake exam" now [ci skip]
[Feature #14187]
-rw-r--r-- | win32/README.win32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/README.win32 b/win32/README.win32 index a5f8750b86..6f290b2b89 100644 --- a/win32/README.win32 +++ b/win32/README.win32 @@ -53,7 +53,7 @@ 4. Run `<tt>nmake</tt>' -5. Run `<tt>nmake exam</tt>' +5. Run `<tt>nmake check</tt>' 6. Run `<tt>nmake install</tt>' |