Skip to content

Commit

Permalink
fix: Build from source instructions
Browse files Browse the repository at this point in the history
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 <benjamin.reigner@epitech.eu>
  • Loading branch information
Breigner01 committed Jan 28, 2022
1 parent 39e206e commit 900f232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1001-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit 900f232

Please sign in to comment.