From 69ea6ef072e3e9a69a7a3af4f7b91302519df5af Mon Sep 17 00:00:00 2001
From: "P.J. Finlay" <pjappdevelopment@gmail.com>
Date: Sat, 30 Apr 2022 06:34:04 -0500
Subject: Reorder example

---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 48cd718..41822d8 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,12 @@ usermod -aG sudo libretranslate
 passwd -d libretranslate
 su libretranslate
 
+# Download LibreTranslate-init
+git clone https://github.com/argosopentech/LibreTranslate-init.git ~/LibreTranslate-init
+
+# Download dependencies and run LibreTranslate on port 5000
+~/LibreTranslate-init/setup.sh
+
 # Optional: Add swap space
 # sudo fallocate -l 10G /swapfile
 # sudo chmod 600 /swapfile
@@ -21,12 +27,6 @@ su libretranslate
 # sudo swapon /swapfile
 # sudo swapon --show
 
-# Download LibreTranslate-init
-git clone https://github.com/argosopentech/LibreTranslate-init.git ~/LibreTranslate-init
-
-# Download dependencies and run LibreTranslate on port 5000
-~/LibreTranslate-init/setup.sh
-
 # Run LibreTranslate WSGI with nginx and systemd
 ~/LibreTranslate-init/run.sh
 
-- 
cgit v1.2.3