diff --git a/README.md b/README.md
index 355ab53..f2495d6 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@
- [5. Implementation](#5-implementation)
- [6. Bugs or improvements](#6-bugs-or-improvements)
- [7. Acknowledgements](#7-acknowledgements)
+- [8. cpufetch for GPUs (gpufetch)](#8-cpufetch-for-gpus-gpufetch)
@@ -43,13 +44,13 @@ cpufetch supports the following architectures:
- 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.
Colors will be used if supported |
-| Android | :heavy_exclamation_mark: | :heavy_check_mark: | :x: | Some information may be missing.
Not tested under x86_64 |
-| macOS | :heavy_check_mark: | :heavy_check_mark: | :x: | Only the Apple M1 is supported in ARM |
-| FreeBSD | :heavy_check_mark: | :x: | :x: | Some information may be missing. |
+| 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.
Colors will be used if supported |
+| Android | :heavy_check_mark: | :heavy_check_mark: | :x: | Some information may be missing |
+| macOS | :heavy_check_mark: | :heavy_check_mark: | :x: | Only the Apple M1 is supported in ARM |
+| FreeBSD | :heavy_check_mark: | :x: | :x: | Some information may be missing. |
# 2. Installation
## 2.1 Installing from a package
@@ -119,3 +120,6 @@ Thanks to the fellow contributors and interested people in the project. Special
- [Kyngo](https://github.com/Kyngo): Tested cpufetch in the Apple M1 CPU.
- [avollmerhaus](https://github.com/avollmerhaus): Gave me ssh acess to a PowerPC machine, allowing me to develop the PowerPC port.
- [bbonev](https://github.com/bbonev), [stephan-cr](https://github.com/stephan-cr): Reviewed the source code.
+
+# 8. cpufetch for GPUs (gpufetch)
+See [gpufetch](https://github.com/Dr-Noob/gpufetch) project!