From 4d9a5aff41fd3c7f0fdb236971a4e467187f088c Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sun, 20 Jul 2025 22:27:48 -0400 Subject: [PATCH] Running commands --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 470fcda..ea32eaa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # Nix Flake Parts Emanote Site Migrating the OSDS site content to an Emanote site. + +```bash +# Run and detach command +nohup nix run .#osds-site >log-osds-site.log 2>&1 & +```