Skip to content

Commit f8a9b0a

Browse files
more helpful readme
1 parent 3823b7f commit f8a9b0a

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README renamed to README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
1+
# Install
12

3+
```sh
4+
go install github.com/modfin/depot/cmd/depot@latest
5+
```
26

7+
# Run
8+
9+
```sh
10+
depot -r save --lint
11+
```
12+
13+
# Example .depoy.yml
14+
15+
```yaml
316
dependency:
417
ignore:
518
- type: go
@@ -13,4 +26,4 @@ dependency:
1326
name: github.com/goodsign/monday
1427
version: v1.0.0
1528
license: [BSD-2-Clause]
16-
29+
```

0 commit comments

Comments
 (0)