-
Notifications
You must be signed in to change notification settings - Fork 0
Building the Application
Rich edited this page Mar 9, 2025
·
2 revisions
-
Clone the repository:
git clone https://github.com/richbl/go-ble-sync-cycle cd go-ble-sync-cycle
-
Install Go package dependencies for the project:
go mod download
-
Build the application:
go build -o ble-sync-cycle cmd/*
The resulting build
command will create theble-sync-cycle
executable in the current directory.