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.
dagger/doc/install.md
Solomon Hykes 1829f3324e Docs: buildkit install
Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
2021-04-02 17:18:47 -07:00

557 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
  1. Make sure your machine is running a buildkit daemon. If you have Docker installed, you're already good to go. Otherwise, install either Docker or buildkit.