From d5ad0d077b6c8b890c16c84f39267fc2615e9af4 Mon Sep 17 00:00:00 2001 From: DavidDGTNT <29644042+dugo3number2@users.noreply.github.com> Date: Wed, 22 Sep 2021 11:20:44 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbb036f..a4a5148 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Repl.it: https://repl.it/@DavidDGTNT/calc #### Without make or building desktop version `g++ -o calc.exe ` ### Visual Studio (all modern versions) -#### CLI -`cl main.cpp` +#### CLI or building desktop version +`cl ` #### IDE Open up the IDE and open the solution file. You can build it as you would normally from there.