bash comments

This commit is contained in:
Lion 2022-06-24 15:50:35 +08:00
parent 7e41c0c00f
commit 53e6777abd
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ public class SearcherTest {
通过 maven 来编译测试程序。
```bash
// cd 到 java binding 的根目录
# cd 到 java binding 的根目录
cd binding/java/
mvn compile package
```