about summary refs log tree commit diff
path: root/users/fcuny/blog/README.org
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/fcuny/blog/README.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/users/fcuny/blog/README.org b/users/fcuny/blog/README.org
index 1342eeb..5d27121 100644
--- a/users/fcuny/blog/README.org
+++ b/users/fcuny/blog/README.org
@@ -2,7 +2,9 @@
 
 My personal blog.
 
+* Build
+To build the site, run =nix build .#users.fcuny.blog -o users/fcuny/blog/result=.
 * Run
-The dependencies are managed with nix. Running =nix run= will start the hugo server.
+The dependencies are managed with nix. Running =nix run .#users.fcuny.blog.server= will start the hugo server.
 * Deploy
 You can deploy the site by running [[file:scripts/deploy.sh][scripts/deploy.sh]].