Skip to content

Commit ba3ee0d

Browse files
authored
Update README.md
1 parent ddff673 commit ba3ee0d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ Jerpy is a flat-file PHP CMS built for control and simplicity that is easy to in
77
This was built to be as streamlined and stripped-down as possible, so it's meant to be administered directly via the files and there's no admin web panel.
88

99
# Getting Started
10-
1. Grab the latest release, extract, and upload the files to your web root
11-
2. Copy/rename `config.sample.json` to `config.json`
12-
4. Start editing/adding!
10+
## Composer
11+
Jerpy is super easy to get setup. Simply run the following to download and extract, then copy or rename `config.sample.json` to `config.json`.
12+
```
13+
composer create-project ginger-tek/jerpy <directory>
14+
```
1315

1416
# File Structure
1517
There are 3 directories for content, one directory for plugins, and one file for configuration. The `pages`, `layouts`, and `assets` directories will hold page contents, layout templates, and site assets, respectively.

0 commit comments

Comments
 (0)