Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Noob committed Sep 1, 2020
1 parent ae752ba commit 60bc021
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# cpufetch

Prints a fancy summary of the CPU with some advanced information
![Example](i9.png)
![cpu1](i9.png)

### Platforms
cpufetch currently supports x86 CPUs (both Intel and AMD CPUs)

| Platform | Intel | AMD | Notes |
|:---------:|:-------------------------:|:------------------------:|:-----------------:|
| 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 |


Expand Down Expand Up @@ -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.

![Example](epyc.png)
![cpu2](epyc.png)

![Example](cascade_lake.png)
![cpu3](cascade_lake.png)

### 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
Expand Down

0 comments on commit 60bc021

Please sign in to comment.