Actualizar 'README.md'

This commit is contained in:
Lucas 2021-04-09 17:43:15 +00:00
parent 5ed8850422
commit befcbcd618
1 changed files with 19 additions and 3 deletions

View File

@ -1,3 +1,19 @@
# blog-soft
The software that uses my blog
# ~weblogs
## Requirements
- PHP
## Install
1. Download
2. Upload to a PHP server
3. Edit "blog_config.php"
4. Enjoy!
## Use
1. Open blog_config.php in a editor
2. Put a "," on the last publication (the post at the bottom of the document)
3. Add something like:
```
[
"9/4/2021", // Date
"Hello!", // Title
"Lorem Ipsum" // Body
]
```