Skip to content

Commit

Permalink
corrected directory path (#462)
Browse files Browse the repository at this point in the history
corrected directory path and also one suggestion to rename to application.properties.example
  • Loading branch information
SiddiqueAhmad authored Dec 23, 2024
1 parent 8354918 commit 30de2d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ git clone https://github.com/memiiso/debezium-server-iceberg.git
cd debezium-server-iceberg
mvn -Passembly -Dmaven.test.skip package
unzip debezium-server-iceberg-dist/target/debezium-server-iceberg-dist*.zip -d appdist
cd appdist
nano conf/application.properties
cd appdist/debezium-server-iceberg
mv conf/application.properties.example conf/application.properties
bash run.sh
```

Expand Down

0 comments on commit 30de2d3

Please sign in to comment.