Skip to content

Building the Application

Rich edited this page Mar 9, 2025 · 2 revisions
  1. Clone the repository:

    git clone https://github.com/richbl/go-ble-sync-cycle
    cd go-ble-sync-cycle
  2. Install Go package dependencies for the project:

    go mod download
  3. Build the application:

    go build -o ble-sync-cycle cmd/*

The resulting build command will create theble-sync-cycle executable in the current directory.