diff --git a/AppImage/README.md b/AppImage/README.md index 7d2a2b1..a3388f5 100644 --- a/AppImage/README.md +++ b/AppImage/README.md @@ -2,7 +2,7 @@ ```bash podman pull ubuntu:18.04 -podman run --interactive --tty --rm --volume $PWD:/nvtop ubuntu:18.04 +podman run --interactive --tty --rm --volume $PWD:/nvtop ubuntu:24.04 cd nvtop ./AppImage/make_appimage.sh -``` \ No newline at end of file +```