docs: minor update to overlays docs

This commit is contained in:
Dima Gerasimov 2024-03-12 22:03:46 +00:00
parent 8a97d2b34a
commit c557e5518b
2 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
set -eux
pip3 install --user -e overlay/
pip3 install --user -e main/
pip3 install --user "$@" -e main/
pip3 install --user "$@" -e overlay/