mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
[v0.82][README] Update README to show ARM experimental support
This commit is contained in:
12
README.md
12
README.md
@@ -4,13 +4,13 @@ Simplistic yet fancy CPU architecture fetching tool
|
||||

|
||||
|
||||
### Platforms
|
||||
cpufetch currently supports x86 CPUs (both Intel and AMD CPUs)
|
||||
cpufetch currently supports x86_64 CPUs (both Intel and AMD CPUs) and ARM (experimental support)
|
||||
|
||||
| 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. <br> Colors will be used if supported |
|
||||
| macOS | :heavy_exclamation_mark: | :heavy_exclamation_mark: | Untested |
|
||||
| Platform | Intel | AMD | ARM | Notes |
|
||||
|:---------:|:-------------------------:|:------------------------:|:------------------------:|:-----------------:|
|
||||
| Linux | :heavy_check_mark: | :heavy_check_mark: |:interrobang: | Prefered platform. <br> Experimental ARM support |
|
||||
| Windows | :heavy_check_mark: | :heavy_check_mark: | :x: | Some information may be missing. <br> Colors will be used if supported |
|
||||
| macOS | :heavy_exclamation_mark: | :heavy_exclamation_mark: | :heavy_exclamation_mark: | Untested |
|
||||
|
||||
|
||||
### Usage and installation
|
||||
|
||||
Reference in New Issue
Block a user