From c59305017d36e4b7fce65f124484fa10b32df38f Mon Sep 17 00:00:00 2001 From: Livio Brunner Date: Wed, 4 Oct 2023 17:43:13 +0200 Subject: [PATCH] chore: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09816b6..0e61e40 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ chmod +x ./tsp-web* ```bash ./tsp-web* -# (Mac) If you're using the Brew package you might wanna change the task spooler binary +# Mac: If you're using the Brew package you might wanna change the task spooler binary TSP_WEB_TS_BIN=ts ./tsp-web* ``` @@ -27,7 +27,7 @@ TSP_WEB_TS_BIN=ts ./tsp-web* ```bash tsp -L sleep sleep 30 -# (Mac) If you're using the Brew package you might wanna change the task spooler binary +# Mac: ts -L sleep sleep 30 ```