Skip to content

Commit 21ae454

Browse files
author
Amelia Wattenbeger
committed
update readme
1 parent aeebeda commit 21ae454

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ A path (relative to the root of your repo) to where you would like the diagram t
1010

1111
## Example usage
1212

13+
You'll need to run the `actions/checkout` Action beforehand, to check out the code.
14+
1315
```
14-
uses: githubocto/[email protected]
16+
- name: Checkout code
17+
uses: actions/checkout@master
18+
- name: Update diagram
19+
uses: githubocto/repo-visualizer@main
1520
with:
1621
output_file: 'images/diagram.svg'
1722
```

0 commit comments

Comments
 (0)