Add substep for developer flow for clarity (#523)

This commit is contained in:
Ethan Chiu
2020-06-08 10:47:58 -04:00
committed by GitHub
parent eda463601c
commit 1aea046932

View File

@@ -43,6 +43,7 @@ Sample developer flow:
```bash
git clone https://github.com/actions/runner
cd runner
cd ./src
./dev.(sh/cmd) layout # the runner that built from source is in {root}/_layout
<make code changes>