summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-07-06 19:24:38 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-07-06 19:24:38 -0700
commit953cefdf96510462d138236d63227583330e000e (patch)
tree2721a752c7d781b9fb9783b6e5a0a6c57927e831
parentca0cab3f4c4204f164ff7d24ca8735d27f4a3b75 (diff)
Add AUR installation option
-rw-r--r--CHANGELOG.md3
-rw-r--r--README.md7
2 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8aaca15..3113091 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Added
- *Keybinding*: Press `q` to quit ([#1](https://github.com/samtay/so/pull/1)).
Thanks [@zynaxsoft](https://github.com/zynaxsoft)!
-- Arch Linux installation option: [so-git](https://aur.archlinux.org/packages/so-git/)
+- Arch Linux installation options: [so](https://aur.archlinux.org/packages/so/)
+ and [so-git](https://aur.archlinux.org/packages/so-git/)
- Homebrew installation option: [samtay/tui/so](https://github.com/samtay/homebrew-tui)
- This changelog
#### Changed
diff --git a/README.md b/README.md
index c95357d..7e2fc2e 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ differentiates it from [similar](https://github.com/santinic/how2)
[tools](https://github.com/gleitz/howdoi) is that you can simultaneously search
any number of sites in the StackExchange network:
```shell
-# search using default configuration
+# search using your default configuration
$ so how do i reverse a list in python
# search for a latex solution
@@ -42,7 +42,10 @@ $ so -e google -s askubuntu -s stackoverflow -s unix how do i install linux
## installation
#### Arch Linux
-You can install the AUR package [so-git](https://aur.archlinux.org/packages/so-git/)
+You can install the AUR package
+[so](https://aur.archlinux.org/packages/so/) (tracks latest release)
+or
+[so-git](https://aur.archlinux.org/packages/so-git/) (tracks master), e.g.
```
yay -S so-git
```