From 26e07d5c277414b2c647dd5f2e50ce2a6e0d187b Mon Sep 17 00:00:00 2001 From: Jason Ly Date: Mon, 21 Jul 2025 19:24:35 -0400 Subject: [PATCH] fix readme spelling and clone oom --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 01748ca..59c3d5c 100644 --- a/README.md +++ b/README.md @@ -174,20 +174,19 @@ git clone https://github.com/oomer/bellatui.git cd bellatui make all -j4 ``` - -## Windows (win10) -- [optioanl] Install https://git-scm.com - -- Download Visual Studio Community Edition 2022 -- Run VisualStudioSetup.exe -- Workload = [x] Desktop developemnt with C++ -- Individial components = [x] Git For Windows +## Windows (win10 ) +[optional] Install https://git-scm.com +Download Visual Studio Community Edition 2022 +Run VisualStudioSetup.exe +Workload = [x] Desktop development with C++ +Individual components = [x] Git For Windows #### x64 Developer console ``` cd %USERPROFILE% mkdir workdir cd workdir +git clone https://git.indoodle.com/oomer/oom.git curl -LO https://downloads.bellarender.com/bella_engine_sdk-25.3.0-win32.zip tar -xf bella_engine_sdk-25.3.0-win32.zip git clone https://github.com/microsoft/vcpkg.git