Skip to content

Commit 01c9c24

Browse files
docs: Update README.md for docs website (#1438)
The wasp-pack build command must be run from the `website-playground` directory.
1 parent 0750117 commit 01c9c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ $ rustup target add wasm32-unknown-unknown
2121
$ cargo install wasm-pack
2222
$ cd ../website_playground
2323
$ CARGO_CFG_HYDROFLOW_GENERATE_DOCS="1" RUSTFLAGS="--cfg procmacro2_semver_exempt --cfg super_unstable" wasm-pack build
24-
$ cd ../docs
2524
```
2625

2726
### Notes on building on macOS
@@ -40,6 +39,7 @@ $ TARGET_CC="$(brew --prefix)/opt/llvm/bin/clang" TARGET_AR="$(brew --prefix)/op
4039
With the WASM portion built, we can launch the website with the playground loaded:
4140

4241
```bash
42+
$ cd ../docs
4343
$ LOAD_PLAYGROUND=1 npm run start
4444
```
4545

0 commit comments

Comments
 (0)