docs: update

This commit is contained in:
Dylan Araps 2019-09-24 11:03:58 +03:00
parent 88a97a2ced
commit 70fb22fa5d

1
pfetch
View File

@ -62,7 +62,6 @@ get_uptime() {
get_memory() {
case $os in
# Used memory is calculated using the following "formula" (Linux):
# MemUsed = MemTotal + Shmem - MemFree - Buffers - Cached - SReclaimable
# Source: https://github.com/KittyKatt/screenFetch/issues/386