Skip to content

Commit

Permalink
README: fix yarn watch
Browse files Browse the repository at this point in the history
It's missing the `/packages/backend` to be picked up by `yarn watch`.

Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg authored and benoitf committed Mar 21, 2024
1 parent 40609d2 commit 6ad0cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,5 +224,5 @@ You can use `yarn watch --extension-folder` from the Podman Desktop directory to
git clone https://github.com/containers/podman-desktop
git clone https://github.com/containers/podman-desktop-extension-bootc
cd podman-desktop
yarn watch --extension-folder ../podman-desktop-extension-bootc
yarn watch --extension-folder ../podman-desktop-extension-bootc/packages/backend
```

0 comments on commit 6ad0cd9

Please sign in to comment.