1829f3324e
Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
557 B
557 B
Installing Dagger
- Build the
dagger
command-line tool. You will need Go version 1.16 or later.
$ make
- 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