Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/usage/new.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ tags:
# New project

You can create a new project from the command line using the `zensical new`
command. It requires a path as an argument that specifies where the new project
is to be created. If the path does not yet exist, it will be created for you.
command. Provide a path as an argument to create the project in that directory,
or omit it to use the current working directory. If you specify a path that
does not yet exist, it will be created for you.

## Usage

Expand Down