summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Roztocil <jakub@roztocil.co>2023-05-22 18:44:07 +0200
committerJakub Roztocil <jakub@roztocil.co>2023-05-22 18:44:07 +0200
commit5dc30bc4385e03ce031696aa2d4e4d61ee5bab1e (patch)
tree72f9db96621a7bc41897bd5d3b39714ed4f006b6
parent442aa673ac732c34dbbb6e947d7455825b2968f5 (diff)
Ensure `sudo` for `apt`
-rw-r--r--docs/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
index 8b075e8a..44b0c0a3 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -162,6 +162,7 @@ Also works for other Debian-derived distributions like MX Linux, Linux Mint, dee
```bash
# Install httpie
+$ sudo -i
$ curl -SsL https://packages.httpie.io/deb/KEY.gpg | apt-key add -
$ curl -SsL -o /etc/apt/sources.list.d/httpie.list https://packages.httpie.io/deb/httpie.list
$ apt update