summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/README.md b/README.md
index a6dfe0a..c8b6b1a 100644
--- a/README.md
+++ b/README.md
@@ -27,15 +27,3 @@ The project is built with the Meson build system.
meson setup build
ninja -C build
```
-
-The resulting artifacts can be listed with `tree`.
-
-```
-tree build/artifacts
-```
-
-These artifacts are organized as static website. It can be opened with Firefox.
-
-```
-firefox build/artifacts/index.html
-```