summaryrefslogtreecommitdiff
path: root/README.html
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-20 11:29:05 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-20 11:29:05 +0200
commitcfe4149bc1a37faa5144215a3fbbcc41b4fd67d7 (patch)
treedd3f0284423af14deb92e84d52529d72706d14e7 /README.html
parentf23ceed1d5499684dd74c00d611bdabba64ad69c (diff)
Revert "Switch to HTML readme (better for gitweb)"
This reverts commit a2b4e171c556c02ad4673e62bdf5a787fcb8cce4.
Diffstat (limited to 'README.html')
-rw-r--r--README.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.html b/README.html
deleted file mode 100644
index 38137b8..0000000
--- a/README.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<p>This is the source code of my Neocities site at <a href="https://hozyro.neocities.org/">https://hozyro.neocities.org/</a></p>
-<p>To build it, you'll need GNU Make and a recent version of PHP. Then just run <code>make</code>. To clean the output directory, run <code>make clean</code>.</p>
-<p>To publish it, you can use `make publish`. This requires Ruby and the Neocities CLI to be installed. You can learn more here: <a href="https://neocities.org/cli">https://neocities.org/cli</a></p>