From c2c6a62ab48b516452bebce31fdfce134985100f Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sun, 9 Apr 2023 12:57:34 +0100 Subject: [PATCH] update readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 71fd42b..3e86ef9 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,12 @@ This is a PHP script that lets you easily upload screenshots taken with the Shar ## Installation 1. Find somewhere to host the script (Preferably more than 5GB of storage). -2. Upload the files to your server. -3. Edit the `upload.php` file to configure the script. -4. Add the custom uploader to ShareX. -5. Configure the custom uploader in ShareX. -6. Test it! +2. Check that your web server has the GD library installed. (See below for instructions on how to install it on Ubuntu.) +3. Upload the files to your server. +4. Edit the `upload.php` file to configure the script. +5. Add the custom uploader to ShareX. +6. Configure the custom uploader in ShareX. +7. Test it! ## Help