From 73aecf9690d5b6b73d59a7ad3c59b7e983ebfa5c Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 19 Jan 2022 02:27:42 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0594196..b5528e5 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ sh scripts/bootstrap.sh -d ``` to use dialog. -Finally, you can run the script with `-l` if you want to print the log in the sadedot.log file. +Finally, you can run the script with `-l` if you want to print the log in the `sadedot.log` file. Note that you can modify the `scripts/install.sh` if you want to install some programs on your machine when this script is run. By default, `scripts/bootstrap.sh` will not run this script, so you will need to use the `-p` flag if you want it to run `scripts/install.sh` (it will run at the end of the `scripts/bootstrap.sh` script).