-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I noticed that in using the CLI to set up a new project, the "Next steps..." box gives the user some instructions that may trip up someone who is very very new to using the command line. Namely, the instructions tell a user to cd
to what they entered as a rootPath
, but that rotPath
variable includes './' at the front of it which a users doesn't actually want to include if they cd
into that directory.
Obviously anyone experienced with the command line can figure out what to do, but given that this product is aimed at users with a very wide range of skillsets (and that you're clearly trying to make the CLI feel nice for people!), it seems like this could potentially trip someone up.
mbostock
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request