mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
[v0.98] Add PPC to supported architectures in README. Add basic programming documentation for PPC
This commit is contained in:
20
README.md
20
README.md
@@ -37,15 +37,19 @@
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
# 1. Support
|
||||
cpufetch supports x86, x86_64 (Intel and AMD) and ARM.
|
||||
|
||||
| OS | x86_64 / x86 | ARM | Notes |
|
||||
|:---------:|:------------------------:|:-------------------:|:-----------------:|
|
||||
| GNU/Linux | :heavy_check_mark: | :heavy_check_mark: | Best support |
|
||||
| Windows | :heavy_check_mark: | :x: | Some information may be missing. <br> Colors will be used if supported |
|
||||
| Android | :heavy_exclamation_mark: | :heavy_check_mark: | Some information may be missing. <br> Not tested under x86_64 |
|
||||
| macOS | :heavy_check_mark: | :x: | Some information may be missing. <br> Apple M1 support may be added <br> in the future (see [#47](https://github.com/Dr-Noob/cpufetch/issues/47))|
|
||||
| FreeBSD | :heavy_check_mark: | :x: | Some information may be missing. |
|
||||
cpufetch supports the following architectures:
|
||||
- x86 / x86_64
|
||||
- ARM
|
||||
- PowerPC
|
||||
|
||||
| OS | x86_64 / x86 | ARM | PowerPC | Notes |
|
||||
|:---------:|:------------------------:|:-------------------:|:------------------:|:----------:|
|
||||
| GNU/Linux | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | Best support |
|
||||
| Windows | :heavy_check_mark: | :x: | :x: | Some information may be missing. <br> Colors will be used if supported |
|
||||
| Android | :heavy_exclamation_mark: | :heavy_check_mark: | :x: | Some information may be missing. <br> Not tested under x86_64 |
|
||||
| macOS | :heavy_check_mark: | :x: | :x: | Some information may be missing. <br> Apple M1 support may be added <br> in the future (see [#47](https://github.com/Dr-Noob/cpufetch/issues/47))|
|
||||
| FreeBSD | :heavy_check_mark: | :x: | :x: | Some information may be missing. |
|
||||
|
||||
# 2. Installation
|
||||
## 2.1 Installing from a package
|
||||
|
||||
Reference in New Issue
Block a user