Merge pull request #1523 from Breigner01/fix/install-doc

Fix Build from source instructions
This commit is contained in:
Jffarge
2022-01-28 14:52:12 +01:00
committed by GitHub

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