Skip to content

Commit 2da7f3e

Browse files
authored
Fix badge links and update Homebrew command
1 parent eb96476 commit 2da7f3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
<img src="https://img.shields.io/badge/Codespaces-Open%20in%201%20click-2ea44f?logo=github" />
3737
</a>
3838
<a href="https://github.com/MFlowCode/MFC/releases">
39-
<img src="https://img.shields.io/github/v/release/MFlowCode/MFC?display_name=release&sort=semver" />
39+
<img src="https://img.shields.io/github/v/release/MFlowCode/MFC?display_name=release" />
4040
</a>
4141
</p>
4242

4343
<p align="center">
4444
<a href="https://star-history.com/#MFlowCode/MFC&Date">
45-
<img src="https://api.star-history.com/svg?repos=MFlowCode/MFC&type=Date" alt="Star History Chart" width="600"/>
45+
<img src="https://api.star-history.com/svg?repos=MFlowCode/MFC&type=Date&theme=dark" alt="Star History Chart" width="600"/>
4646
</a>
4747
</p>
4848

@@ -60,7 +60,7 @@ MFC runs at exascale on the world's fastest supercomputers:
6060
| Path | Command |
6161
| --- | --- |
6262
| **Codespaces** (fastest) | Click the "Codespaces" badge above to launch in 1 click |
63-
| **Homebrew (macOS)** | `brew install mflowcode/mfc/mfc && mfc run $(brew --prefix mfc)/examples/1D_sodshocktube/case.py -n 2` |
63+
| **Homebrew** (macOS) | `brew install mflowcode/mfc/mfc && mfc $(brew --prefix mfc)/examples/1D_sodshocktube/case.py -n 2` |
6464
| **Local build** | `./mfc.sh build -j $(nproc) && ./mfc.sh test -j $(nproc)` |
6565

6666
**Welcome!**

0 commit comments

Comments
 (0)