Skip to content

Fix cp commands in Update README.md

GunChleoc requested to merge readme-fixes into main

In order to get it running, I also needed to make the following change in index.php:

$root = "http://localhost/peppercarrot";

->

$root = "http://localhost";

Do we want to make this permanent, or add instructions, or fix the linking?

Edited by GunChleoc

Merge request reports