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
commit cb3a6ed0c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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