1
0
Fork 0
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:
tituspijean 2022-02-04 18:53:08 +01:00
parent ab888659b3
commit f0487553af
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -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