Skip to content

Commit 59f0aaa

Browse files
Fix pyjs copy command (#101)
1 parent 9505b60 commit 59f0aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Copy the pyjs binary from the environment to the deploy directory.
4949
This should move pyjs_runtime_browser.js and pyjs_runtime_browser.wasm to the deployment directory.
5050

5151
```Bash
52-
cp /path/to/env/js_bin/pyjs/* /path/to/deploy
52+
cp /path/to/env/lib_js/pyjs/* /path/to/deploy
5353
```
5454

5555

@@ -101,4 +101,4 @@ The last step is to create a html file that loads the pyjs runtime and the packe
101101
<body>
102102
<h1>Pyjs Example</h1>
103103
</body>
104-
```
104+
```

0 commit comments

Comments
 (0)