summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam <adam@lesniak.pl>2021-01-13 20:52:00 +0000
committerGitHub <noreply@github.com>2021-01-13 21:52:00 +0100
commit21cc008cb2314bd06350700cef770215acf72326 (patch)
tree082f440b8511453228453b103dccda2d51cff1ae
parent77b8c37cb0c2dc56742e88a469e59d6690fddc2c (diff)
Add Linux Solus install to README (#1018)
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 8cbc8c64..a6c53a7f 100644
--- a/README.rst
+++ b/README.rst
@@ -119,6 +119,9 @@ system package manager, for example:
# Arch Linux
$ pacman -S httpie
+.. code-block:: bash
+ # Solus
+ $ eopkg install httpie
Windows, etc.
-------------