From 4beced8a0cc077034a59f1501c2b771eacd2f8b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Mon, 12 Jun 2023 18:39:20 +0100 Subject: [PATCH] clean up afterward --- source/python-flake.adoc0 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/python-flake.adoc0 b/source/python-flake.adoc0 index fe52d80..569ad5f 100644 --- a/source/python-flake.adoc0 +++ b/source/python-flake.adoc0 @@ -179,7 +179,6 @@ another directory and running it from there. .... $ cd ~ $ nix run ~/tutorial-practice/hello-python -$# cd .. ; rm -rf hello-python # clean up .... If you move the project to a public repo, anyone can run it. Recall from @@ -192,3 +191,8 @@ nix run "git+https://codeberg.org/mhwombat/hello-flake" Modify the URL accordingly and invite someone else to run your new Python flake. + +//// +Good adoc0 scripts clean up after themselves. +$ cd .. ; rm -rf hello-python # clean up +////