From d0ae1a6eb4630e9efa1ac413cc5be75dd54aaf22 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Sat, 13 Sep 2025 16:37:00 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a0c976..d44eaa0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is the source code for my personal website. Check it out [here](https://janishutz.com). -As any custom website is, this one is also written entirely in HTML, CSS and JavaScript and now doesn't even use any external libraries +As any custom website is, this one is also written entirely in HTML, CSS and JavaScript and now doesn't even use any external libraries (apart from my own) # Building -cd to the site directory and run `npm run build` +cd to the site directory and run `node build.js`