소스 검색

Fix releasemode tag in markdown.

Brian O'Neill 10 년 전
부모
커밋
7643a7d01d
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -39,7 +39,7 @@ To build for Linux:
 ```
    make
 ```
-6. Executables will be created in ./<releasemode>/bin and ./<releasemode>/libs
+6. Executables will be created in ./&lt;releasemode&gt;/bin and ./&lt;releasemode&gt;/libs
 7. To create a .deb / ,rpm to install, run
    make package
 
@@ -56,7 +56,7 @@ To build for Windows:
 ```
 5. The sln file hpccsystems-platform.sln will be created in the current directory, and will support debug and release targets
 6. To build the project, load the solution into the visual studio IDE and build in the usual way.
-7. Executables will be created in (for example) c:\hpcc\bin\<release_mode>
+7. Executables will be created in (for example) c:\hpcc\bin\&lt;releasemode&gt;
 
 To build client tools for Macintosh OSX:
 ----------------------------------------
@@ -95,7 +95,7 @@ To build client tools for Macintosh OSX:
 
 * To build the makefiles just created above, run
    make
-* Executables will be created in ./<releasemode>/bin and ./<releasemode>/libs
+* Executables will be created in ./&lt;releasemode&gt;/bin and ./&lt;releasemode&gt;/libs
 * To create a .dmg to install, run
    make package