Skip to content

Commit 6e73f7f

Browse files
MINOR: Fix minor issue with README (#1026)
## What's Changed Please fill in a description of the changes here. The PR fixes minor documentation issue, where commands needed to be adjusted to new repo. These were found while setting up the environment. AI was **NOT** used to generate the PR Closes #NNN.
1 parent 6b6d16a commit 6e73f7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ a version of your choosing.
5050
$ flatc --version
5151
flatc version 25.1.24
5252

53-
$ grep "dep.fbs.version" java/pom.xml
53+
$ grep "dep.fbs.version" pom.xml
5454
<dep.fbs.version>25.1.24</dep.fbs.version>
5555
```
5656

@@ -60,10 +60,10 @@ $ grep "dep.fbs.version" java/pom.xml
6060
cd $ARROW_HOME
6161

6262
# remove the existing files
63-
rm -rf java/format/src
63+
rm -rf format/src
6464

6565
# regenerate from the .fbs files
66-
flatc --java -o java/format/src/main/java format/*.fbs
66+
flatc --java -o format/src/main/java arrow-format/*.fbs
6767

6868
# prepend license header
6969
mvn spotless:apply -pl :arrow-format

0 commit comments

Comments
 (0)