From c24441e066ffb758dbe1b43202df49dd09c16cbf Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sun, 9 Apr 2023 12:56:49 +0100 Subject: [PATCH] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bf7650f..71fd42b 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ This is a PHP script that lets you easily upload screenshots taken with the Shar If you need help, you can contact me on Discord at `Fascinated#7668`. +## How to install GD Library on Ubuntu + +1. `sudo apt-get install php-gd` +2. Add `extension=gd` to your php.ini file. +3. Restart your web server and php. + ## Other This project is worked on at my Gitea instance: