Skip to content

Commit

Permalink
added mkdir to README
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-corp committed Oct 3, 2022
1 parent 274113b commit de3a0fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ See [How to install](https://github.com/fred-corp/folderCMS/wiki/How-to-install)
git clone https://github.com/fred-corp/folderCMS

cd folderCMS

mkdir website
```

Create a `website` folder at the root of `folderCMS` and add your webpages in side it. You can find example websites in the `website-examples` folder.
The last command creates a `website` folder at the root of `folderCMS`, in which you should add your webpages. You can find example websites in the `website-examples` folder.

### Run with Node.JS

Expand Down

0 comments on commit de3a0fa

Please sign in to comment.