Browse Source

Clarify usage section in `README.md` (#3092)

* 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
pull/3196/head
Arka Poddar 1 year ago committed by GitHub
parent
commit
0769260815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -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

Loading…
Cancel
Save