From 953cefdf96510462d138236d63227583330e000e Mon Sep 17 00:00:00 2001 From: Sam Tay Date: Mon, 6 Jul 2020 19:24:38 -0700 Subject: Add AUR installation option --- CHANGELOG.md | 3 ++- README.md | 7 +++++-- 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 ``` -- cgit v1.2.3