From 92f33579779690c00d2aa0b0c2a46aeb844f56b3 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 17 Feb 2022 15:53:58 -0800 Subject: [PATCH] Anchor link to dev chat --- bookwyrm/templates/setup/layout.html | 2 +- bw-dev | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bookwyrm/templates/setup/layout.html b/bookwyrm/templates/setup/layout.html index 41d9bf000..8dca1be22 100644 --- a/bookwyrm/templates/setup/layout.html +++ b/bookwyrm/templates/setup/layout.html @@ -15,7 +15,7 @@ {% trans "Installing BookWyrm" %} diff --git a/bw-dev b/bw-dev index 969c5c925..ca0b538c1 100755 --- a/bw-dev +++ b/bw-dev @@ -238,6 +238,7 @@ case "$CMD" in echo " stylelint" echo " formatters" echo " populate_streams [--stream=]" + echo " populate_lists_streams" echo " populate_suggestions" echo " generate_thumbnails" echo " generate_preview_images [--all]"