From 9f6fa090df0bcec9f02734665834bf60fd204308 Mon Sep 17 00:00:00 2001 From: jakubroztocil Date: Sun, 10 Oct 2021 18:58:57 +0000 Subject: [PATCH] Auto-update install docs Via .github/workflows/docs-update-install.yml --- docs/README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/README.md b/docs/README.md index 6fb10a97..b33706ba 100644 --- a/docs/README.md +++ b/docs/README.md @@ -108,20 +108,6 @@ $ port selfupdate $ port upgrade httpie ``` -#### Snapcraft (macOS) - -To install [Snapcraft](https://snapcraft.io/), see [its installation](https://snapcraft.io/docs/installing-snapcraft). - -```bash -# Install httpie -$ snap install httpie -``` - -```bash -# Upgrade httpie -$ snap refresh httpie -``` - #### Spack (macOS) To install [Spack](https://spack.readthedocs.io/en/latest/index.html), see [its installation](https://spack.readthedocs.io/en/latest/getting_started.html#installation).