Skip to content

Commit

Permalink
Add info about linking to build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Sep 12, 2023
1 parent 9990b17 commit 21ab93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shinylive/_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def export(
remove: Remove a specific version of local copies of assets. Must be used with --version.
info: Print information about the local assets.
install-from-local: Install shinylive assets from a local directory. Must be used with --source.
link-from-local: Create a symlink to shinylive assets from a local directory. Must be used with --source. This is useful when doing development on the Shinylive web assets.
link-from-local: Create a symlink to shinylive assets from a local shinylive build directory. Must be used with --source. This is useful when doing development on the Shinylive web assets.
""",
no_args_is_help=True,
Expand Down

0 comments on commit 21ab93b

Please sign in to comment.