Skip to content

Commit 3f9e985

Browse files
authored
fix(guide): incorrect path to test the cli (lingodotdev#583)
1 parent 8c28655 commit 3f9e985

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cd packages/cli
2424
pnpm run dev
2525

2626
# in terminal window 2 - test the CLI
27-
cd package
27+
cd packages/cli
2828
pnpm lingo.dev --help # this command will use the current cli code + demo config from ./package/i18n.json
2929
```
3030

0 commit comments

Comments
 (0)