Skip to content

Commit 94b5136

Browse files
committed
update docs
1 parent 1adcc5f commit 94b5136

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ mise install
3939
mise run install
4040
```
4141

42-
The install task copies the bundle to `~/Applications/AgentTally.app` and launches it.
42+
The install task copies the bundle to `/Applications/AgentTally.app` and launches it.
4343
It also enables "Open at Login" by default the first time the app runs.
4444

4545
For local development:

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ description = "Build release app bundle and run"
3434
[tasks.install]
3535
run = "bash scripts/install.sh"
3636
depends = ["build"]
37-
description = "Build and install to ~/Applications"
37+
description = "Build and install to /Applications"
3838

3939
[tasks.clean]
4040
run = "swift package clean"

0 commit comments

Comments
 (0)