Skip to content

Commit

Permalink
Clarify usage section in README.md (#3092)
Browse files Browse the repository at this point in the history
* Update README.md

Added missing steps, which I faced while installing it.

* Update README.md

Updated steps as per discussion

* Update README.md

Removed `cargo build` from the steps

* Update README.md

Textual Changes
  • Loading branch information
postmeback authored Aug 1, 2023
1 parent 5f70585 commit 0769260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ then go to `http://localhost:8080`.
## Usage

- Clone this repo.
- Run with `cargo run -- test.js` where `test.js` is an existing JS file with any JS valid code.
- Run with `cargo run -- test.js` in the project root directory where `test.js` is a path to an existing JS file with any valid JS code.
- If any JS doesn't work then it's a bug. Please raise an [issue](https://github.com/boa-dev/boa/issues/)!

### Example
Expand Down

0 comments on commit 0769260

Please sign in to comment.