From 6978d2a8e330716f015bdd2796458d7272c2bfff Mon Sep 17 00:00:00 2001 From: DavidDGTNT <29644042+dugo3number2@users.noreply.github.com> Date: Wed, 22 Sep 2021 11:21:49 -0500 Subject: [PATCH] Update index.md --- index.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/index.md b/index.md index d8f691c..499e577 100644 --- a/index.md +++ b/index.md @@ -17,12 +17,4 @@ Dockerfile: File to build the docker image (Version 2.0). ### How to build -#### Windows -First, ask this question. Are you going to double-click this in the file manager / on the desktop or type `calc` in the command line to run it? Keep in mind the one for the desktop is still version 1.0. If you are gonna use the command line, use main.cpp. If you are going to use your file manager / the desktop, use windows-desktop.cpp. - -`g++ -o calc.exe` -To run it, type `calc` at the prompt, or double-click the executable. - -#### Linux / macOS: -`g++ main.cpp -o calc` -To run it, type `./calc` at the prompt, or double-click the executable. +See [here](https://github.com/daviddgtnt/calc#building)