Skip to content

Commit 56b300b

Browse files
authored
Merge pull request #2436 from ujjwaltwitx/documentation_update
changes documentation to represent correct path for lpython on windows machine
2 parents 8982537 + 2299cd6 commit 56b300b

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)