From 965295ad21f96c774e311b60ca0dc3af8b6baaa8 Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Tue, 3 Jan 2023 12:20:49 -0600 Subject: [PATCH] Make part of the example documentation clearer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 168ec18..b9793d1 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ formatter with a dry run mode. # Installation - Change to the directory where you want to use **would-reformat**: - `$ cd ~/devel/my-project` + `you@host:~ $ cd ~/devel/my-project` - From that directory, call the script `install.sh` in the directory where you have **would-reformat** checked out: `you@host:~/devel/my-project $ ~/src/would-reformat/install.sh`