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 & +```