Skip to content

Commit a1efe78

Browse files
committed
Add --no-workspace to --editable
1 parent 5c97350 commit a1efe78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ the ``sfs`` module, you can switch to a directory of your choice
5353
and enter this::
5454

5555
uv init --bare
56-
uv add --editable path/to/your/sfs/repo
56+
uv add --editable --no-workspace path/to/your/sfs/repo
5757

5858
You can install further packages with ``uv add`` and then run
5959
whatever you need with ``uv run``.

0 commit comments

Comments
 (0)