Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokent committed Jan 12, 2025
1 parent 1ec9e77 commit 85b8348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 85b8348

Please sign in to comment.