Skip to content

Commit f679cec

Browse files
authored
Update installation instructions in README
Added binary installation instructions to README.
1 parent a592173 commit f679cec

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,26 @@ Simutil is written with [Nocterm](https://nocterm.dev/), a terminal UI framework
2727

2828
## Installation
2929

30+
### Binary Install
31+
3032
```bash
3133
curl -fsSL https://raw.githubusercontent.com/dungngminh/simutil/main/install.sh | bash
3234
```
3335

34-
**Using Homebrew (macOS/Linux):**
36+
### Using Homebrew (macOS/Linux)
3537

3638
```bash
3739
brew tap dungngminh/simutil
3840
brew install simutil
3941
```
4042

41-
**From pub.dev:**
43+
### From pub.dev
4244

4345
```bash
4446
dart pub global activate simutil
4547
```
4648

47-
**From source:**
49+
### From source
4850

4951
```bash
5052
git clone https://github.com/dungngminh/simutil.git
@@ -83,4 +85,4 @@ dart --enable-vm-service bin/simutil.dart # Run with hot reload
8385

8486
## License
8587

86-
MIT — see [LICENSE](LICENSE)
88+
MIT — see [LICENSE](LICENSE)

0 commit comments

Comments
 (0)