From db73b875c1c35e5399ce75d6c1fecc21e2d1812d Mon Sep 17 00:00:00 2001 From: Nestor-3690 <160883075+Nestor-3690@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:59:50 +0200 Subject: [PATCH] docs: fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99147afd..32d3c73d 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ make make DESTDIR=$pkgdir install ``` -On Windows CMake is usually used to create a Visual Studio solution file by running it inside the Developer Command Prompt for Visual Studio, for exact steps follow the official documentation from CMake and Microsoft and use the online search engine of your choice. The descriptions of the the options above still generally apply, although not all of them work on Windows. +On Windows CMake is usually used to create a Visual Studio solution file by running it inside the Developer Command Prompt for Visual Studio, for exact steps follow the official documentation from CMake and Microsoft and use the online search engine of your choice. The descriptions of the options above still generally apply, although not all of them work on Windows. #### Makefile