docs icon indicating copy to clipboard operation
docs copied to clipboard

Wrong command in Initialize workspace page

Open Luk-z opened this issue 3 years ago • 0 comments

https://bit.dev/docs/getting-started/installing-bit/start-bit-workspace/?new_existing_project=1

The command cd tasks-workspace will always fail because the tasks-workspace is not created. This creates confusion.

Should the correct sequence be like mkdir tasks-workspace && cd tasks-workspace && bit start ?

Luk-z avatar Nov 21 '22 11:11 Luk-z