Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrio committed Oct 16, 2024
1 parent 227fb64 commit 1e7b808
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 @@ -41,10 +41,10 @@ You can install the interpreter from NPM
> npm install -g espressolang
```

Now you can execute espresso files by running
You can execute espresso files by passing the file path as an argument. The examples folder contains a few example programs.

```bash
> espressolang file.es
> espressolang examples/OOP.es
```

Or you can get to the REPL by running `espresslang` without any arguments.
Expand Down

0 comments on commit 1e7b808

Please sign in to comment.