Skip to content

Commit 2299cd6

Browse files
committed
changes documentation to represent correct path for lpython on windows machine
1 parent 8982537 commit 2299cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ Please follow the below steps for Windows:
138138

139139
```bash
140140
ctest
141-
inst\bin\lpython examples\expr2.py
142-
inst\bin\lpython examples\expr2.py -o a.out
141+
src\bin\lpython examples\expr2.py
142+
src\bin\lpython examples\expr2.py -o a.out
143143
a.out
144144
```
145145

0 commit comments

Comments
 (0)