From ee31f00576073a412145a8579b8bbab2411c5e74 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Thu, 18 Nov 2021 13:33:32 -0700 Subject: [PATCH] update readme --- tree/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tree/README.md b/tree/README.md index 6cc7744..6aa92a1 100644 --- a/tree/README.md +++ b/tree/README.md @@ -8,3 +8,5 @@ This will make the output "pretty" (i.e. indented). To print the output to terminal, run `python tree.py` To save to a file, run `python tree.py file.html`. + +To append to an already existing file, run `python tree.py >> file.html`