Skip to content

Commit 3acefcf

Browse files
committed
docs: Escape more pipes (see chromiumembedded/cef#4085)
1 parent 1ceda04 commit 3acefcf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/branches_and_building.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ cmake -G "Visual Studio 16" -A x64 ..
9898

9999
JCEF supports a number of different project formats via CMake including [Ninja](http://martine.github.io/ninja/). See comments in the top-level [CMakeLists.txt](https://github.com/chromiumembedded/java-cef/blob/master/CMakeLists.txt) file for additional CMake usage instructions.
100100

101-
2\. On Windows and Linux build the JCEF Java classes using the _compile.[bat|sh]_ tool.
101+
2\. On Windows and Linux build the JCEF Java classes using the _compile.[bat\|sh]_ tool.
102102

103103
```sh
104104
cd /path/to/java-cef/src/tools
@@ -107,7 +107,7 @@ compile.bat win64
107107

108108
On Mac OS X the JCEF Java classes are already built by the CMake project.
109109

110-
3\. On Windows and Linux test that the resulting build works using the _run.[bat|sh]_ tool. You can either run the simple example (see java/simple/MainFrame.java) or the detailed one (see java/detailed/MainFrame.java) by appending "detailed" or "simple" to the _run.[bat|sh]_ tool. This example assumes that the "Release" configuration was built in step 1 and that you want to use the detailed example.
110+
3\. On Windows and Linux test that the resulting build works using the _run.[bat\|sh]_ tool. You can either run the simple example (see java/simple/MainFrame.java) or the detailed one (see java/detailed/MainFrame.java) by appending "detailed" or "simple" to the _run.[bat\|sh]_ tool. This example assumes that the "Release" configuration was built in step 1 and that you want to use the detailed example.
111111

112112
```sh
113113
cd /path/to/java-cef/src/tools
@@ -123,7 +123,7 @@ open jcef_app.app
123123

124124
### Packaging
125125

126-
After building the Release configurations you can use the _make\_distrib.[bat|sh]_ script to create a binary distribution.
126+
After building the Release configurations you can use the _make\_distrib.[bat\|sh]_ script to create a binary distribution.
127127

128128
```sh
129129
cd /path/to/java-cef/src/tools

0 commit comments

Comments
 (0)