Skip to content

Commit f9f626f

Browse files
1. fix output dir error in README. (#126)
1 parent 744438b commit f9f626f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ mvn wrapper:wrapper
131131
./mvnw -U clean package
132132
```
133133

134-
The build output consists of several archive files located under `/build/build-bifromq-starters/target/`
134+
The build output consists of several archive files located under `/target/output`
135135

136136
* `bifromq-<VERSION>-windows-standalone.zip`
137137
* `bifromq-<VERSION>-standalone.tar.gz`

README.zh_Hans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ mvn wrapper:wrapper
123123
./mvnw -U clean package
124124
```
125125
126-
构建输出位于`/build/build-bifromq-starters/target/`下:
126+
构建输出位于`/target/output`下:
127127
128128
* `bifromq-<VERSION>-windows-standalone.zip`
129129
* `bifromq-<VERSION>-standalone.tar.gz`

0 commit comments

Comments
 (0)