From 183a416e9d569cf065bebba2a1e39946714cafe9 Mon Sep 17 00:00:00 2001 From: Bunny Pranav <69894187+bunnypranav@users.noreply.github.com> Date: Sat, 27 Sep 2025 15:29:18 +0530 Subject: [PATCH] Move dockerhub section above Move Dockerhub images installation section above the local image build section, according to the priority of recommendation (more recommended is better on the top). --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 5bf4cff..b557077 100755 --- a/README.md +++ b/README.md @@ -34,24 +34,6 @@ FastAPI for the Server, Vanilla html, js, css for the frontend (might switch to ## Installation & Setup -### With Docker (Local Build) -Clone the Repo and make sure docker compose is working on your environment - -```bash -git clone https://github.com/LoredCast/filewizard.git -cd filewizard -``` - -Startup Docker, initially the settings.yml file is applied, you can edit it. -For You can edit the .env file for further configuration. - -Note: Building this image will take some time installing all deps ((mostly texlive)). - -```bash -docker compose up --build -``` - - ### With Docker (From Dockerhub) [Recommended] I've published 3 images to dockerhub that you can pull: @@ -72,6 +54,24 @@ docker compose up -d ``` +### With Docker (Local Build) +Clone the Repo and make sure docker compose is working on your environment + +```bash +git clone https://github.com/LoredCast/filewizard.git +cd filewizard +``` + +Startup Docker, initially the settings.yml file is applied, you can edit it. +For You can edit the .env file for further configuration. + +Note: Building this image will take some time installing all deps ((mostly texlive)). + +```bash +docker compose up --build +``` + + ### Manually