From 2299cd66e9bcca53c911cd9f8f2aeaeebee43045 Mon Sep 17 00:00:00 2001 From: ujjwaltwitx Date: Wed, 29 Nov 2023 10:33:38 +0530 Subject: [PATCH] changes documentation to represent correct path for lpython on windows machine --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b356a60632..828ead055b 100644 --- a/README.md +++ b/README.md @@ -138,8 +138,8 @@ Please follow the below steps for Windows: ```bash ctest - inst\bin\lpython examples\expr2.py - inst\bin\lpython examples\expr2.py -o a.out + src\bin\lpython examples\expr2.py + src\bin\lpython examples\expr2.py -o a.out a.out ```