From 16c2103d613bb1c7adc6dbf2a17c2980ce08567f Mon Sep 17 00:00:00 2001 From: polygon Date: Sat, 18 Jun 2022 17:38:56 +0200 Subject: [PATCH] Fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d44dfc..5b03331 100644 --- a/README.md +++ b/README.md @@ -144,10 +144,10 @@ In this example, we only modified `systemd.services.mosquitto.serviceConfig.Exec WARNING: THIS CONTAINER USES PUBLICALLY KNOWN PRIVATE KEYS. DO NOT USE THEM IN YOUR DEPLOYMENTS. EVER. -To quickly test the example, you can run it as a NixOS container: +To quickly test the example, you can run it as a NixOS container after cloning the Flake. ``` -sudo nixos-container create em --flake github:polygon/scalpel#exampleContainer +sudo nixos-container create em --flake .#exampleContainer sudo nixos-container start em sudo machinectl shell em ```