Skip to content

Commit c08f162

Browse files
committed
Use generic checkout path in README
1 parent 277ec11 commit c08f162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Output format is documented in [API.md](./API.md).
1818
For now, install from a local checkout:
1919

2020
```bash
21-
git clone https://github.com/PSPDFKit-labs/buildkite-cli ~/Work/buildkite-cli
22-
cd ~/Work/buildkite-cli
21+
git clone https://github.com/PSPDFKit-labs/buildkite-cli <buildkite-cli-dir>
22+
cd <buildkite-cli-dir>
2323
pnpm install
2424
pnpm run build
2525
npm link

0 commit comments

Comments
 (0)