Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunnerLivio committed Oct 4, 2023
1 parent 733e8fc commit c593050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ 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*
```

4. Run your first task

```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
```

Expand Down

0 comments on commit c593050

Please sign in to comment.