Skip to content

Commit

Permalink
fix: Do not require shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jan 24, 2025
1 parent ceca805 commit afc1592
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/ROOT/pages/install-lookyloo.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ echo LOOKYLOO_HOME="'`pwd`'" > .env
. Install the dependencies for playwright (requires sudo), and the browsers:

```
poetry shell
playwright install-deps
playwright install
poetry run playwright install-deps
poetry run playwright install
```

== Configuration
Expand Down

0 comments on commit afc1592

Please sign in to comment.