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.