summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Milde <daniel@milde.cz>2024-02-14 23:40:36 +0100
committerDaniel Milde <daniel@milde.cz>2024-02-14 23:44:50 +0100
commitc310f97b1ecf96a6d5fc51060a08fc855ff8f6f1 (patch)
tree7ebbef9858d326584dc42b64fa1cf542dd026242
parent62b52fa05ac5e54f4791b429a99945a8c09a3b45 (diff)
docs: use Gdu directly via docker
-rw-r--r--INSTALL.md5
-rw-r--r--README.md6
2 files changed, 5 insertions, 6 deletions
diff --git a/INSTALL.md b/INSTALL.md
index ba61b2c..59f323d 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,10 +1,5 @@
# Installation
-[Docker](https://github.com/dundee/gdu):
-
- docker build . --tag gdu
- docker run --rm --init --interactive --tty --privileged --volume /:/mnt/root localhost/gdu /mnt/root
-
[Arch Linux](https://archlinux.org/packages/extra/x86_64/gdu/):
pacman -S gdu
diff --git a/README.md b/README.md
index 6e54056..fe067d4 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,11 @@ Using curl:
chmod +x gdu_linux_amd64
mv gdu_linux_amd64 /usr/bin/gdu
-Or see the [installation page](./INSTALL.md) for other ways how to install Gdu to your system.
+See the [installation page](./INSTALL.md) for other ways how to install Gdu to your system.
+
+Or you can use Gdu directly via Docker:
+
+ docker run --rm --init --interactive --tty --privileged --volume /:/mnt/root ghcr.io/dundee/gdu /mnt/root
## Usage