Skip to content

Commit ddaba18

Browse files
docs: update README to add homebrew instructions
1 parent 475443b commit ddaba18

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.2] - YYYY-MM-DD
9+
10+
### Changed
11+
12+
- update README to add the homebrew installation instructions
13+
- upgrade dependencies
14+
815
## [0.3.1] - 2021-04-17
916

1017
### Changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,22 @@
1111

1212
## Intallation
1313

14-
### The Cargo way
14+
### 🍺 The homebrew way
1515

16+
```sh
17+
brew install yoannfleurydev/gitweb/gitweb
18+
# or
19+
brew tap yoannfleurydev/gitweb
20+
brew install gitweb
1621
```
22+
23+
### 📦 The Cargo way
24+
25+
```sh
1726
cargo install gitweb
1827
```
1928

20-
### The binary way
29+
### ⚙️ The binary way
2130

2231
Download the binary from the [latest release](https://github.com/yoannfleurydev/gitweb/releases/latest) and put it in your PATH.
2332

@@ -27,7 +36,7 @@ Download the binary from the [latest release](https://github.com/yoannfleurydev/
2736
repository.
2837

2938
```
30-
gitweb 0.3.0
39+
gitweb 0.3.1
3140
3241
USAGE:
3342
gitweb [FLAGS] [OPTIONS]

0 commit comments

Comments
 (0)