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 <benjamin.reigner@epitech.eu>
This commit is contained in:
Benjamin Reigner 2022-01-28 11:35:16 +01:00
parent 39e206e7d2
commit 900f23215e
No known key found for this signature in database
GPG Key ID: 6300C0A29E2EC2CF

View File

@ -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`: