typo correction

This commit is contained in:
freemine 2020-10-30 23:15:53 +08:00
parent 9bb128e23d
commit 0f7dd66ced
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ rm -rf debug && cmake -B debug && cmake --build debug && cmake --install debug &
- `cmake -G "NMake Makefiles" -B debug`
- `cmake --build debug`
- `cmake --install debug`
- open your `Command Prompt` with Administrator's privilidge
- open your `Command Prompt` with Administrator's priviledge
- remove previously installed TAOS ODBC driver: run `C:\TDengine\todbcinst -u -f -n TAOS`
- install TAOS ODBC driver that was just built: run `C:\TDengine\todbcinst -i -n TAOS -p C:\TDengine\driver`