From 0769260815810bbaa66a80064d80ec3782b7052c Mon Sep 17 00:00:00 2001 From: Arka Poddar Date: Tue, 1 Aug 2023 20:42:53 +0530 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e75e9248657..3799c0de9ab 100644 --- a/README.md +++ b/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