Documentation updates for stable release (#73)
[akkoma] / docs / docs / administration / updating.md
similarity index 94%
rename from docs/administration/updating.md
rename to docs/docs/administration/updating.md
index 7c2cd2a1605bb5baffc5882db3a6d756cbd3a69b..6f7ffcd6308599fb9f28a300632d7f146269f830 100644 (file)
@@ -8,7 +8,7 @@ Besides that, doing the following is generally enough:
 
 ```sh
 # Download the new release
-su akkoma -s $SHELL -lc "./bin/pleroma_ctl update --branch develop
+su akkoma -s $SHELL -lc "./bin/pleroma_ctl update" 
 
 # Migrate the database, you are advised to stop the instance before doing that
 su akkoma -s $SHELL -lc "./bin/pleroma_ctl migrate"