File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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
1726cargo install gitweb
1827```
1928
20- ### The binary way
29+ ### ⚙️ The binary way
2130
2231Download 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/
2736repository.
2837
2938```
30- gitweb 0.3.0
39+ gitweb 0.3.1
3140
3241USAGE:
3342 gitweb [FLAGS] [OPTIONS]
You can’t perform that action at this time.
0 commit comments