diff --git a/README.md b/README.md index b6af6431fa0..16a3b64e869 100644 --- a/README.md +++ b/README.md @@ -337,10 +337,10 @@ Time,root.fit.d1.s1,root.fit.d1.s2,root.fit.d2.s1,root.fit.d2.s3,root.fit.p.s1 ### Run import shell ``` # Unix/OS X -> $IOTDB_CLI_HOME/tools/import-csv.sh -h -p -u -pw -f +> tools/import-csv.sh -h -p -u -pw -f # Windows -> $IOTDB_CLI_HOME\tools\import-csv.bat -h -p -u -pw -f +> tools\import-csv.bat -h -p -u -pw -f ``` ### Error data file @@ -352,10 +352,10 @@ Time,root.fit.d1.s1,root.fit.d1.s2,root.fit.d2.s1,root.fit.d2.s3,root.fit.p.s1 ### Run export shell ``` # Unix/OS X -> $IOTDB_CLI_HOME/tools/export-csv.sh -h -p -u -pw -td [-tf ] +> tools/export-csv.sh -h -p -u -pw -td [-tf ] # Windows -> $IOTDB_CLI_HOME\tools\export-csv.bat -h -p -u -pw -td [-tf ] +> tools\export-csv.bat -h -p -u -pw -td [-tf ] ``` ### Input query