mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
Small fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# cpufetch
|
# cpufetch
|
||||||
|
|
||||||
Prints a fancy summary of the CPU with some advanced information
|
Prints a fancy summary of the CPU with some advanced information
|
||||||

|

|
||||||
|
|
||||||
### Platforms
|
### Platforms
|
||||||
cpufetch currently supports x86 CPUs (both Intel and AMD CPUs)
|
cpufetch currently supports x86 CPUs (both Intel and AMD CPUs)
|
||||||
@@ -9,7 +9,7 @@ cpufetch currently supports x86 CPUs (both Intel and AMD CPUs)
|
|||||||
| Platform | Intel | AMD | Notes |
|
| Platform | Intel | AMD | Notes |
|
||||||
|:---------:|:-------------------------:|:------------------------:|:-----------------:|
|
|:---------:|:-------------------------:|:------------------------:|:-----------------:|
|
||||||
| Linux | :heavy_check_mark: | :heavy_check_mark: | Prefered platform |
|
| Linux | :heavy_check_mark: | :heavy_check_mark: | Prefered platform |
|
||||||
| Windows | :heavy_check_mark: | :heavy_check_mark: | Some information may be missing. No colors and worse CPU art |
|
| Windows | :heavy_check_mark: | :heavy_check_mark: | Some information may be missing. <br> No colors and worse CPU art |
|
||||||
| macOS | :heavy_exclamation_mark: | :heavy_exclamation_mark: | Untested |
|
| macOS | :heavy_exclamation_mark: | :heavy_exclamation_mark: | Untested |
|
||||||
|
|
||||||
|
|
||||||
@@ -38,9 +38,9 @@ The Makefile is designed to work on both Linux and Windows.
|
|||||||
|
|
||||||
Here are more examples of how `cpufetch` looks on different CPUs.
|
Here are more examples of how `cpufetch` looks on different CPUs.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Colors and style
|
### Colors and style
|
||||||
By default, `cpufetch` will print the CPU art with the system colorscheme. However, you can always set a custom color scheme, either
|
By default, `cpufetch` will print the CPU art with the system colorscheme. However, you can always set a custom color scheme, either
|
||||||
|
|||||||
Reference in New Issue
Block a user