diff --git a/README.md b/README.md index 241ecbe..806c32a 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ cpufetch is a command-line tool written in C that displays the CPU information i - [3.1 x86_64](#31-x86_64) - [3.2 ARM](#32-arm) - [3.3 PowerPC](#33-powerpc) + - [3.4 RISC-V](#34-risc-v) - [4. Colors](#4-colors) - [4.1 Specifying a name](#41-specifying-a-name) - [4.2 Specifying the colors in RGB format](#42-specifying-the-colors-in-rgb-format) @@ -120,6 +121,11 @@ make

Talos II
+## 3.4 RISC-V + +
StarFive VisionFive 2
+ ## 4. Colors By default, `cpufetch` will print the CPU logo with the system colorscheme. However, you can set a custom color scheme in two different ways: diff --git a/pictures/starfive.png b/pictures/starfive.png new file mode 100644 index 0000000..db2b885 Binary files /dev/null and b/pictures/starfive.png differ