Skip to content

avl-systems/atools

Repository files navigation

atools - AVL CLI Tools

GitHub Release GitHub Actions Workflow Status

Building manually

  1. Make sure you have Go installed. You can download it from golang.org.
  2. Clone the repository:
     git clone [email protected]:avl-systems/atools.git
     cd atools
  3. Build the project:
    go mod tidy
    go build
    go install