From ddc5e0fb10600cd95b3640a9fa4ff95a8824ac25 Mon Sep 17 00:00:00 2001 From: Maximiliano Tabacman Date: Tue, 30 Jul 2024 11:39:19 -0300 Subject: [PATCH] Update how-to-update-vm-release.md --- docs/how-to-guides/how-to-update-vm-release.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/how-to-guides/how-to-update-vm-release.md b/docs/how-to-guides/how-to-update-vm-release.md index 0231501..c5f705f 100644 --- a/docs/how-to-guides/how-to-update-vm-release.md +++ b/docs/how-to-guides/how-to-update-vm-release.md @@ -6,5 +6,6 @@ of the Pharo VM was produced: - Lookup for the corresponding commit hash in the release page - Go to - Locate the zip file corresponding to the commit hash. It will have a name like - `PharoVM-{{version}}-{{commit_hash}}-Linux-x86_64-bin.zip` (beware that multiple files with the same version might be available, we need the one with the commit equal to the one mentioned in the Pharo VM release) + `PharoVM-{{version}}-{{commit_hash}}-Linux-x86_64-bin.zip` + (beware that multiple files with the same version might be available, **we need the one with the commit equal to the one mentioned in the Pharo VM release**) - Update the `Dockerfile` in the `source` folder to download the new zip