Temporal-sql-tool not found

Hello,

I am following GitHub - temporalio/helm-charts: Temporal Helm charts page to configure our own postgres sql with temporal. but when i execute
./temporal-sql-tool create-database -database temporal
SQL_DATABASE=temporal ./temporal-sql-tool setup-schema -v 0.0
SQL_DATABASE=temporal ./temporal-sql-tool update -schema-dir schema/postgresql/v96/temporal/versioned
i am getting temporal-sql-tool: command not found error. i am # in GitHub - temporalio/temporal: Temporal service git repo dir path only. can you please help to identify what am i missing here?

Hi @tamiliniyan

you can run

make

in the main server repo dir which will install the tools. See Makefile for all info.