diff --git a/Home.md b/Home.md index 09287ad..36b4fc4 100644 --- a/Home.md +++ b/Home.md @@ -2,16 +2,16 @@ * PHP >= 8.2 * Apache2, nginx or any PHP capable web server # Installation -1. clone this repository somewhere on your PHP-enabled web space +1. Clone this repository somewhere on your PHP-enabled web space ``` git clone https://git.stefanritter.de/gideonstar/imgpaste.git imgpaste ``` -2. if you want to make changes to the configuration, copy config.dist.php to config.php +2. If you want to make changes to the configuration, copy config.dist.php to config.php ``` cd imgpaste cp config.dist.php config.php ``` -3. disable Directory Listing of your $datadir in your webserver's configuration -4. point your webbrowser to http://$yourdomain/imgpaste +3. Disable Directory Listing of your $datadir in your webserver's configuration +4. Point your webbrowser to http://$yourdomain/imgpaste # TODO * maximum file size option in config \ No newline at end of file