summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-07-09 09:50:32 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-07-10 19:13:49 -0700
commit26f57de89cb9b903917f51af4ab5df9e287af1a4 (patch)
tree6a286b37f59606e9185f2444a52bb70111f90fbb
parent3f9cc436358a3800cd6f65af1372ef31b112ae2a (diff)
Update homebrew formula to core tap
-rw-r--r--CHANGELOG.md8
-rw-r--r--README.md4
2 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 71dd342..fe28c53 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### [Unreleased]
+#### Changed
+- Homebrew installation method: core
+ [formula](https://formulae.brew.sh/formula/so) now available
+
### [v0.4.0](https://github.com/samtay/so/compare/v0.3.6...v0.4.0) (2020-07-07)
#### Added
@@ -21,9 +25,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### [v0.3.6](https://github.com/samtay/so/compare/v0.3.5...v0.3.6) (2020-07-02)
#### Added
-- Add CLI spinner
+- CLI spinner
#### Fixed
-- Fix fragmented highlighting styles
+- Fragmented highlighting styles
### [v0.3.5](https://github.com/samtay/so/compare/030cd70...v0.3.5) (2020-06-30)
- (Unofficial) initial passable release
diff --git a/README.md b/README.md
index 7e2fc2e..696a252 100644
--- a/README.md
+++ b/README.md
@@ -50,9 +50,9 @@ or
yay -S so-git
```
#### MacOS
-You can install via homebrew
+You can install the homebrew [formula](https://formulae.brew.sh/formula/so)
```
-brew install samtay/tui/so
+brew install so
```
#### cargo