Skip to content

Commit 72e84cf

Browse files
authored
Merge pull request #364 from maschwenk/docs/build-from-source
docs: Add instructions for building from source
2 parents 2a7b932 + f93cfd0 commit 72e84cf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,16 @@ depot version
529529

530530
PR contributions are welcome! The CLI codebase is evolving rapidly, but we are happy to work with you on your contribution.
531531

532+
### Building from Source
533+
534+
To build the CLI from source, you'll need to have Go installed. You can then build the binary by running:
535+
536+
```shell
537+
make bin/depot
538+
```
539+
540+
This will create the `depot` executable at `bin/depot`.
541+
532542
## License
533543

534544
MIT License, see `LICENSE`

0 commit comments

Comments
 (0)