From cfe4149bc1a37faa5144215a3fbbcc41b4fd67d7 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Sat, 20 Jul 2024 11:29:05 +0200 Subject: Revert "Switch to HTML readme (better for gitweb)" This reverts commit a2b4e171c556c02ad4673e62bdf5a787fcb8cce4. --- README.html | 3 --- README.txt | 5 +++++ 2 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 README.html create mode 100644 README.txt diff --git a/README.html b/README.html deleted file mode 100644 index 38137b8..0000000 --- a/README.html +++ /dev/null @@ -1,3 +0,0 @@ -

This is the source code of my Neocities site at https://hozyro.neocities.org/

-

To build it, you'll need GNU Make and a recent version of PHP. Then just run make. To clean the output directory, run make clean.

-

To publish it, you can use `make publish`. This requires Ruby and the Neocities CLI to be installed. You can learn more here: https://neocities.org/cli

diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..aab0b38 --- /dev/null +++ b/README.txt @@ -0,0 +1,5 @@ +This is the source code of my Neocities site at https://hozyro.neocities.org/ + +To build it, you'll need GNU Make and a recent version of PHP. Then just run `make`. To clean the output directory, run `make clean`. + +To publish it, you can use `make publish`. This requires Ruby and the Neocities CLI to be installed. You can learn more here: https://neocities.org/cli -- cgit v1.2.3