Skip to content

Commit

Permalink
docs: prepare for v0.5.3 (abiosoft#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
abiosoft committed Mar 5, 2023
1 parent aa0e8d1 commit 0f3f2de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0f3f2de

Please sign in to comment.