clean up afterward

This commit is contained in:
Amy de Buitléir 2023-06-12 18:39:20 +01:00
parent f1fc718e7c
commit 4beced8a0c

View file

@ -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
////