[v0.82][README] Update README to show ARM experimental support

This commit is contained in:
Dr-Noob
2020-11-06 11:10:30 +01:00
parent 9c8e169592
commit 16abfa7022

View File

@@ -4,13 +4,13 @@ Simplistic yet fancy CPU architecture fetching tool
![cpu1](i9.png) ![cpu1](i9.png)
### Platforms ### 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 | | Platform | Intel | AMD | ARM | Notes |
|:---------:|:-------------------------:|:------------------------:|:-----------------:| |:---------:|:-------------------------:|:------------------------:|:------------------------:|:-----------------:|
| Linux | :heavy_check_mark: | :heavy_check_mark: | Prefered platform | | Linux | :heavy_check_mark: | :heavy_check_mark: |:interrobang: | Prefered platform. <br> Experimental ARM support |
| Windows | :heavy_check_mark: | :heavy_check_mark: | Some information may be missing. <br> Colors will be used if supported | | 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: | Untested | | macOS | :heavy_exclamation_mark: | :heavy_exclamation_mark: | :heavy_exclamation_mark: | Untested |
### Usage and installation ### Usage and installation