From 900f23215ed7b4d164fbf4b31f5ee61be812f16f Mon Sep 17 00:00:00 2001 From: Benjamin Reigner Date: Fri, 28 Jan 2022 11:35:16 +0100 Subject: [PATCH] fix: Build from source instructions The build from source instructions were deprecated since it prints the available make targets when running `make` whereas, before it built dagger in dev mode. Now to build dagger in dev mode, you have to run `make dagger`. The doc is now up to date with this. Signed-off-by: Benjamin Reigner --- docs/1001-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1001-install.md b/docs/1001-install.md index 0b862e09..1d0db574 100644 --- a/docs/1001-install.md +++ b/docs/1001-install.md @@ -71,7 +71,7 @@ git clone https://github.com/dagger/dagger.git 2\. Build the `dagger` binary. ```shell -cd dagger; make +cd dagger; make dagger ``` 3\. Copy the `dagger` tool to a location listed in your `$PATH`. For example, to copy it to `/usr/local/bin`: