Skip to content

Commit

Permalink
changes documentation to represent correct path for lpython on window…
Browse files Browse the repository at this point in the history
…s machine
  • Loading branch information
ujjwaltwitx committed Nov 29, 2023
1 parent 8982537 commit 2299cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 2299cd6

Please sign in to comment.