diff --git a/docs/user/details.md b/docs/user/details.md index 640f3a8..1a6d504 100644 --- a/docs/user/details.md +++ b/docs/user/details.md @@ -37,7 +37,9 @@ ## Creating new site project To create new site project type in the directory where the file `yass` is -`./yass createnow [ProjectName]` where `[ProjectName]` is the name of your site +`./yass createnow [ProjectName]` for fast create of new project with default +settings, or `./yass create [ProjectName]` for creation of new project based +on your answers to few questions. `[ProjectName]` is the name of your site project. It will be the name of directory too. This command create the directory with the content: diff --git a/docs/user/quickstart.md b/docs/user/quickstart.md index 9bda981..29d0c70 100644 --- a/docs/user/quickstart.md +++ b/docs/user/quickstart.md @@ -26,7 +26,10 @@ ## Quick start 1. To create NewSite project, type in console `./yass createnow NewSite`. This - will create skeletal project in directory `NewSite`. + will create skeletal project with default configuration in directory + `NewSite`. If you prefer to have more control over creation of new project, + use command `./yass create NewSite` which allow you to set some settings + for the new project. 2. Inside newly created directory `NewSite` you can find file *index.md*, which later will be main page of the site and *site.cfg* which contains all basic settings of the site. Add some markdown text to *index.md* file or some new