docs
docs copied to clipboard
Wrong command in Initialize workspace page
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 ?