From 0f3f2de81518db18b70a83a83936fefc6b4706dc Mon Sep 17 00:00:00 2001 From: Abiola Ibrahim Date: Sun, 5 Mar 2023 21:00:48 +0100 Subject: [PATCH] docs: prepare for v0.5.3 (#640) --- README.md | 4 ++-- docs/INSTALL.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d71ec7fe..56633829e 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ The VM can be customized either by passing additional flags to `colima start`. e.g. `--cpu`, `--memory`, `--disk`, `--runtime`. Or by editing the config file with `colima start --edit`. -**NOTE**: ~~disk size cannot be changed after the VM is created.~~ From v0.6.0, disk size can be increased +**NOTE**: ~~disk size cannot be changed after the VM is created.~~ From v0.5.3, disk size can be increased #### Customization Examples @@ -128,7 +128,7 @@ Or by editing the config file with `colima start --edit`. colima start --cpu 4 --memory 8 ``` -- create VM with Rosetta 2 emulation (for MacOS Ventura). Requires v0.6.0 +- create VM with Rosetta 2 emulation (for MacOS Ventura). Requires v0.5.3 ``` colima start --arch aarch64 --vm-type=vz --vz-rosetta diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 25ac50cec..2c0cb901d 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -54,7 +54,7 @@ Binaries are available with every release on the [releases page](https://github. ```sh # download binary -curl -LO https://github.com/abiosoft/colima/releases/download/v0.5.0/colima-$(uname)-$(uname -m) +curl -LO https://github.com/abiosoft/colima/releases/download/v0.5.3/colima-$(uname)-$(uname -m) # install in $PATH install colima-$(uname)-$(uname -m) /usr/local/bin/colima # or sudo install if /usr/local/bin requires root.