Pi66

pi66.xyz
My personal website.
git clone https://git.pi66.xyz/pi66.xyz

← back to log

doc: add readme file

author: pi66
date: 2026-08-06 18:37
hash: 3669ff3a398accf272a2767ee828d8d3c8ca25e4

Diffstat:

A

README.md
13 ++++++++++++++++++++++++++++++
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9376736
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# pi66.xyz
+
+Personal website located at [pi66.xyz](https://pi66.xyz).
+The website is built with [Merodi](https://github.com/pixel2175/merodi).
+
+## Build
+> First, you need to install [Merodi](https://github.com/pixel2175/merodi).
+
+```bash
+git clone https://github.com/pixel2175/pi66.xyz
+cd pi66.xyz/
+merodi build
+```