From 85b8348a08cac2bb8b771e949c72b687e9f80d30 Mon Sep 17 00:00:00 2001 From: ginokent <29125616+ginokent@users.noreply.github.com> Date: Sun, 12 Jan 2025 14:24:32 +0900 Subject: [PATCH] docs: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0e15ce..9a720e9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A simple and compact macOS menu bar app that displays your Mac's CPU, memory, Tx If you want to install the app, you can build the app using the following commands: ```bash -curl -LRo- https://github.com/hakadoriya/MenuBarMonitor/archive/main.tar.gz | tar -xf - && ./MenuBarMonitor-main/build.sh +curl -LRo- https://github.com/hakadoriya/MenuBarMonitor/archive/main.tar.gz | tar -C /tmp -xf - && /tmp/MenuBarMonitor-main/build.sh ``` Then Finder will open, drag and drop `MenuBarMonitor.app` to the Applications folder.