This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dagger/doc/install.md
2021-03-17 23:08:50 -07:00

300 B

Installing Dagger

  1. Build the dagger command-line tool. You will need Go version 1.16 or later.
$ make
  1. Copy the dagger tool to a location listed in your $PATH. For example, to copy it to /usr/local/bin:
$ cp ./cmd/dagger/dagger /usr/local/bin