diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c4be5a..b391f10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,8 @@ This release brings new images containing the free open-source utility `NVM` (No They can be pulled from the repository [accetto/debian-vnc-xfce-nvm-g3][accetto-debian-vnc-xfce-nvm-g3] on Docker Hub. -The images are meant as a more flexible alternative to the images from the Docker Hub repository [accetto/debian-vnc-xfce-nodejs-g3][accetto-debian-vnc-xfce-nodejs-g3], that contain particular `Node.js` version. -Publishing those images will be phased out, but you can still build them yourself using the GitHub project. +The images are meant as a more flexible alternative to the ones from the repository [accetto/debian-vnc-xfce-nodejs-g3][accetto-debian-vnc-xfce-nodejs-g3], that contain particular `Node.js` versions. +Publishing those images will be phased out, but you can always build them yourself using the GitHub project. Changes: diff --git a/docker/xfce-nvm/README-dockerhub.md b/docker/xfce-nvm/README-dockerhub.md index 5b30903..17068bf 100644 --- a/docker/xfce-nvm/README-dockerhub.md +++ b/docker/xfce-nvm/README-dockerhub.md @@ -14,6 +14,8 @@ This Docker Hub repository contains Docker images for headless working with the However, instead of a particular `Node.js` version they contain the free open-source utility [NVM][nvm] (Node Version Manager), which allows installing and using multiple versions of `Node.js` and `npm` concurrently. +For example, the command `nvm install --lts` will install the latest LTS (Long Term Support) version of `Node.js`. + The images are based on the current [Debian 12][docker-debian] and include [Xfce][xfce] desktop, [TigerVNC][tigervnc] server and [noVNC][novnc] client. The free open-source programming editor [Visual Studio Code][vscode] and the popular web browsers [Chromium][chromium] or [Firefox][firefox] are also included.