From cd80d3babf1620a207d48e30f0375d735c7a51d5 Mon Sep 17 00:00:00 2001 From: nocturn9x Date: Thu, 11 Mar 2021 11:38:05 +0100 Subject: [PATCH] Simplified installation instructions --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ac083e6..2ca1aeb 100644 --- a/README.md +++ b/README.md @@ -127,10 +127,8 @@ echo eval("2+2") # Prints Integer(4) ## Installing -You can clone this repository and then install the package via nimble: -- `git clone https://github.com/nocturn9x/nimkalc` -- `cd nimkalc` -- `nimble install` +You can install the package via nimble with this command: `nimble install https://github.com/nocturn9x/nimkalc` + __Note__: Nim 1.2.0 or higher is required to build NimKalc! Other versions are likely work if they're not too old, but they have not been tested \ No newline at end of file