We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adcc5f commit 94b5136Copy full SHA for 94b5136
2 files changed
README.md
@@ -39,7 +39,7 @@ mise install
39
mise run install
40
```
41
42
-The install task copies the bundle to `~/Applications/AgentTally.app` and launches it.
+The install task copies the bundle to `/Applications/AgentTally.app` and launches it.
43
It also enables "Open at Login" by default the first time the app runs.
44
45
For local development:
mise.toml
@@ -34,7 +34,7 @@ description = "Build release app bundle and run"
34
[tasks.install]
35
run = "bash scripts/install.sh"
36
depends = ["build"]
37
-description = "Build and install to ~/Applications"
+description = "Build and install to /Applications"
38
[tasks.clean]
run = "swift package clean"
0 commit comments