Skip to content

Commit 96aad95

Browse files
Fix empack command example (#99)
1 parent 62f350c commit 96aad95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ cp /path/to/env/lib_js/pyjs/* /path/to/deploy
5959
After the environment is defined, the next step is to pack the environment using `empack`.
6060

6161
```Bash
62-
empack pack env --env-prefix /path/to/env --output /path/to/deploy
62+
empack pack env --env-prefix /path/to/env --outdir /path/to/deploy
6363
```
6464
This will create a tarball for each package in the environment and a `empack_env_meta.json` file that describes the environment.
6565

0 commit comments

Comments
 (0)