Doc: update readme and changelog

This commit is contained in:
李通洲
2023-12-05 15:55:41 +08:00
parent e350cce99e
commit c1c735001c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -35,6 +35,7 @@ Bugfixes:
* Fix some memory leaks
* Fix used swap space detection (Swap, FreeBSD)
* Don't leak fds to child processes (Linux)
* Fix possible issues when reading procfs (Linux)
Logos:
* Add Adelie, Ironclad
+1 -1
View File
@@ -62,7 +62,7 @@ See Wiki: https://github.com/fastfetch-cli/fastfetch/wiki/Building
* Run it with [all supported modules](https://github.com/fastfetch-cli/fastfetch/wiki/Support+Status#available-modules) and find what you interest: `fastfetch -c all.jsonc`
* Find all data that fastfetch detects: `fastfetch -s <module> --format json`
* Display help messages: `fastfetch --help`
* Generate config file based on command line arguments: `fastfetch --arg1 --arg2 --migrate-config`
* Generate config file based on command line arguments: `fastfetch --arg1 --arg2 --gen-config`
## Customization