mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Fix typos
This commit is contained in:
parent
ab888659b3
commit
f0487553af
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
## Installation
|
||||
|
||||
1. No LDAP support.
|
||||
1. You need more then **1GB** of ram. If you don't have it, please create a **swap memory**.
|
||||
1. You need more than **1GB** of ram. If you don't have it, please create a **swap memory**.
|
||||
|
||||
dd if=/dev/zero of=/swapfile bs=1024 count=1048576
|
||||
mkswap /swapfile
|
||||
swapon /swapfile
|
||||
echo "/swapfile swap swap defaults 0 0" >> /etc/fstab
|
||||
|
||||
1. This app is multi-instance (you can have more then one Ghost blogging websites on a single YunoHost server)
|
||||
1. This app is multi-instance (you can have more than one Ghost blogging websites on a single YunoHost server)
|
||||
|
||||
### Installing the Ghost app
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue