From c9d8fcb45633e270a76364e45c78121405531bd5 Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 30 Sep 2023 22:50:31 -0500 Subject: [PATCH] Fix version number in postgres migration example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec472dc..769a0fa 100644 --- a/README.md +++ b/README.md @@ -1022,7 +1022,7 @@ If you're running with docker-compose, this could look like the following: ```bash $ sudo docker compose stop pictrs # stop the pict-rs container $ sudo docker compose run pictrs sh # launch a shell in the pict-rs container -> pict-rs --version # verify pict-rs version is recent (should probably be 0.4.0 or later) +> pict-rs --version # verify pict-rs version is recent (should probably be 0.5.0 or later) > pict-rs \ migrate-repo \ sled -p /mnt/sled-repo \