From 08bc746e47d0ef55a541e09fcfbd9beb135e7701 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 24 Feb 2024 11:33:45 +0300 Subject: [PATCH] No Nix Needed --- .gitignore | 1 - README.md | 10 +--------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 7bd5d3a..6f6027f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ !site/assets/ !site/blog/ -!*.css !*.md !*.vto diff --git a/README.md b/README.md index 46f47a4..2001d48 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,7 @@ The official website and link portal of RGBCube and his work. ## Building -The repository can be built using Nix, simply run: - -``` -nix build -``` - -and the site contents will be under the `result/` symlink. - -If you don't have Nix, you can use Deno by itself instead: +To build the site, you will need deno, simply run this command: ``` deno task build