From 2f61ebd35a045b4f8d4f0729c9926ae976dcb0df Mon Sep 17 00:00:00 2001 From: Dr-Noob Date: Thu, 14 Jan 2021 19:28:08 +0100 Subject: [PATCH] [0.95] Update README table --- README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 70f6385..55ff2c3 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,20 @@ Simplistic yet fancy CPU architecture fetching tool ![cpu1](pictures/i9.png) ### Platforms -cpufetch currently supports x86 CPUs (both Intel and AMD CPUs) +cpufetch currently supports x86_64 CPUs (both Intel and AMD) and ARM. -| 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.
Colors will be used if supported | -| macOS | :heavy_exclamation_mark: | :heavy_exclamation_mark: | Untested | +| Platform | x86_64 | ARM | Notes | +|:---------:|:------------------------:|:-------------------:|:-----------------:| +| Linux | :heavy_check_mark: | :heavy_check_mark: | Prefered platform.
Experimental ARM support | +| Windows | :heavy_check_mark: | :x: | Some information may be missing.
Colors will be used if supported | +| Android | :heavy_exclamation_mark: | :heavy_check_mark: | Experimental ARM support | +| macOS | :heavy_check_mark: | :x: | Some information may be missing | + +| Emoji | Meaning | +|:-----------------------:|:-------------:| +|:heavy_check_mark: | Supported | +|:x: | Not supported | +|:heavy_exclamation_mark: | Not tested | ### Usage and installation