add comment about setting up with .env.local

This commit is contained in:
2024-11-07 23:44:45 -07:00
parent e26fe96217
commit ef59275a72

2
setup_ente_web.sh Normal file → Executable file
View File

@ -3,6 +3,8 @@
# Exit immediately if a command exits with a non-zero status. # Exit immediately if a command exits with a non-zero status.
set -e set -e
# This script assumes you have already configured the .env.local file in the photos app directory
# set the local repo location # set the local repo location
LOCAL_REPO="~/src/ente" LOCAL_REPO="~/src/ente"