diff --git a/Dockerfile b/Dockerfile index 87a8088..743cf1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ RUN pacman -Sy --noconfirm archlinux-keyring && \ php \ pwgen \ python \ + redis \ sqlite \ tmux \ tree \ diff --git a/README.md b/README.md index d95210c..5d3d6a9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ default): ``` It writes `NAME`, `DATA_DIR`, and `WORKSPACE_DIR` to `.env` (gitignored — every user keeps their own), which every other command sources. `NAME` -should be something unique to you (e.g. `chris-claude`) if more than one +should be something unique to you (e.g. `claude-ten`) if more than one person is running a container from this same repo checkout. `DATA_DIR` defaults to `/data/$NAME`; `WORKSPACE_DIR` (the host dir mounted as `/projects` in the container) defaults to `/home/$USER/projects`. diff --git a/index.html b/index.html index 118b331..715c178 100644 --- a/index.html +++ b/index.html @@ -415,7 +415,7 @@

It writes your answers to .env (gitignored — every user keeps their own), which every other command sources. Set - NAME to something unique to you (e.g. chris-claude) + NAME to something unique to you (e.g. claude-ten) if more than one person is running a container from this same repo checkout. Re-run config / configure any time to update it.