Skip to content

Commit 7e896e9

Browse files
authored
Merge pull request #165 from hughrun/references
add references section and env values
2 parents 5ee1ee7 + 86d0e32 commit 7e896e9

File tree

3 files changed

+594
-3
lines changed

3 files changed

+594
-3
lines changed

content/reference/_meta.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
title: Reference Guides
2+
order: 5
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
Title: Command Line Tool
3-
Date: 2021-11-11
4-
Order: 10
3+
Date: 2025-04-28
4+
Order: 2
55
---
66

77
Bookwyrm developers and instance managers can use the `bw-dev` script for common tasks. This can make your commands shorter, easier to remember, and harder to mess up.
@@ -40,7 +40,7 @@ Open an interactive Django shell inside the docker `web` container. You would us
4040

4141
### up [args]
4242

43-
Start or restart Docker containers, optionally including any arguments (represented above by `args`). Equivalent to `docker-compose up --build [args]`
43+
Start or restart Docker containers, optionally including any arguments (represented above by `args`). Equivalent to `docker-compose up [args]`
4444

4545
## Managing the database
4646

0 commit comments

Comments
 (0)