diff --git a/README.md b/README.md index 60c55ee74fff679d076df6323e01c635f7c19333..77cff4ddf03a725b18237bf466d57cf176e9fac3 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,20 @@ define('PATH', '/Users/me/.pandoc/bin/:/Users/me/context/tex/texmf-osx-arm64/bin It sets the value of the servers environment variable `PATH`. +Then open `index.php` and remove two lines. Because those embed my personal website header and you don't have this code. + +First remove in `<head>`: + +``` +<?php include dirname($_SERVER['DOCUMENT_ROOT']) . "/simpel.cc/php/head.php"; ?> +``` + +Second remove in `<header>`: + +``` +<?php include dirname($_SERVER['DOCUMENT_ROOT']) . "/simpel.cc/php/header.php"; ?> +``` + ## Links - [Pandoc](https://pandoc.org)