mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
Update README.md
minor typo correction
This commit is contained in:
parent
fbeccaf5c1
commit
76da9ada86
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ Want to see in action?
|
|||
1. App will backup the **home directory** for Peertube before updating which can take a lot of space on the system. It's advised to check the home folder's free space by
|
||||
|
||||
$ df -h "/home" | awk 'NR==2 { print $4 }'
|
||||
and comapre it with space occupied by the Peertube home directory before updating.
|
||||
and compare it with space occupied by the Peertube home directory before updating.
|
||||
|
||||
$ du -hcs /home/yunohost.app/peertube | awk 'NR==2 { print $1 }'
|
||||
|
||||
|
|
Loading…
Reference in a new issue