diff --git a/INSTALL.md b/INSTALL.md index ba61b2ce3..59f323ddb 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 6e54056fb..fe067d4e5 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