From 28e4512e6b6d4e4271f21f732a20693ea5b7806f Mon Sep 17 00:00:00 2001 From: weiihann Date: Wed, 8 Jan 2025 00:34:50 +0800 Subject: [PATCH] Remove `clang` from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2773fa248d..370039666a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ - Golang 1.23 or higher is required to build and run the project. You can find the installer on the official Golang [download](https://go.dev/doc/install) page. - [Rust](https://www.rust-lang.org/tools/install) 1.81.0 or higher. -- A C compiler: `gcc` or `clang`. +- A C compiler: `gcc`. - Install some dependencies on your system: - macOS