diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-21 16:59:48 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-21 16:59:48 +0000 |
commit | 8b170b96c7c9ae727bdfe2d6856375b183f56180 (patch) | |
tree | 5365b1dce3664d23099bce11705f78d2866b45c2 /docs/installation | |
parent | 89fead9250a5bd9b6712a285e8a827f1aec69615 (diff) | |
download | pleroma-8b170b96c7c9ae727bdfe2d6856375b183f56180.tar.gz pleroma-8b170b96c7c9ae727bdfe2d6856375b183f56180.zip |
Apply suggestion to docs/installation/releases_en.md
Diffstat (limited to 'docs/installation')
-rw-r--r-- | docs/installation/releases_en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/releases_en.md b/docs/installation/releases_en.md index 9fbb4b26e..352dc3dfc 100644 --- a/docs/installation/releases_en.md +++ b/docs/installation/releases_en.md @@ -118,7 +118,7 @@ psql -U postgres -d postgres -f /tmp/setup_db.psql ./bin/pleroma_ctl migrate # If you have installed RUM indexes also run -./bin/pleroma_ctl migrate --migrations-path priv/repo/optional_migrations/rum_indexing/ +# ./bin/pleroma_ctl migrate --migrations-path priv/repo/optional_migrations/rum_indexing/ # Start the instance to verify that everything is working as expected ./bin/pleroma daemon |