summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAlec Scott <alec@bcs.sh>2023-12-09 23:08:54 -0800
committerGitHub <noreply@github.com>2023-12-10 16:08:54 +0900
commit82954258c1c9f61bb6bb764c51470ffbcee01b6c (patch)
tree389a9ca1ff2f05b9af975713be43ff53bcbd4e40 /README.md
parent50f092551b5daef2afac566e45a62dc734951c7f (diff)
Add Spack installation instructions to README (#3526)
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 01680705..c56c3fa0 100644
--- a/README.md
+++ b/README.md
@@ -124,7 +124,7 @@ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
### Using Linux package managers
| Package Manager | Linux Distribution | Command |
-| --- | --- | --- |
+| --------------- | ----------------------- | ---------------------------------- |
| APK | Alpine Linux | `sudo apk add fzf` |
| APT | Debian 9+/Ubuntu 19.10+ | `sudo apt install fzf` |
| Conda | | `conda install -c conda-forge fzf` |
@@ -135,6 +135,7 @@ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
| pkgin | NetBSD | `pkgin install fzf` |
| pkg_add | OpenBSD | `pkg_add fzf` |
| Portage | Gentoo | `emerge --ask app-shells/fzf` |
+| Spack | | `spack install fzf` |
| XBPS | Void Linux | `sudo xbps-install -S fzf` |
| Zypper | openSUSE | `sudo zypper install fzf` |
@@ -151,7 +152,7 @@ Pre-built binaries for Windows can be downloaded [here][bin]. fzf is also
available via [Chocolatey][choco], [Scoop][scoop], and [Winget][winget]:
| Package manager | Command |
-| --- | --- |
+| --------------- | -------------------- |
| Chocolatey | `choco install fzf` |
| Scoop | `scoop install fzf` |
| Winget | `winget install fzf` |