From a2eb28fbdfcf121920f5f2fcaf8ec047d3aa3548 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Sat, 3 Jun 2023 19:41:09 -0600 Subject: [PATCH] test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 446fb5c..8ac4850 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Fast and simple system info (for UNIX based operating systems) written in POSIX compliant C99, that can be configured at compile time by editing the config.h file. It uses the C Preprocessor to implement config options at compile time.

Why use afetch?

-afetch is written in C99, meaning that it should be able to be compiled with almost all C compilers. As well as being written in a very fast language, it's multithreaded. This makes it even faster, as well as distinguishing it from similar programs written is POSIX sh. The only limitations it has is the speed of your distros package manager!

+afetch is written in C99, meaning that it should be able to be compiled with almost all C compilers. As well as being written in a very fast language, it's multithreaded. This makes it even faster, as well as distinguishing it from similar programs written is POSIX sh. The only limitations it has is the speed of your distros package manager.

**Requirements**