Skip to content

Commit c8379f1

Browse files
authored
add dos2unix step to compile step
1 parent c6e1dac commit c8379f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ cd ivory-cloud
2626
## Deployment
2727

2828
### Compile and build
29+
1. Please ensure that all files ending with .sh in the ivory-cloud\cloudnative\src\main\resources\monitor folder and all its subfolders are in UNIX format. If they are not, please run the dos2unix command to convert them to UNIX format.
2930

30-
Maven:Maven configuration is required,After configuration, execute the following command:
31+
2. Maven:Maven configuration is required,After configuration, execute the following command:
3132

3233
```
3334
mvn clean

0 commit comments

Comments
 (0)