diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-05-03 14:03:16 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-05-03 14:03:16 -0500 |
commit | f8391043a2094397d51712e53d0ac89f567dca62 (patch) | |
tree | 3c0b4ede193c1a857128866c51df0e54bd5f6765 /content/blog/2024-05-03-ubuntu-on-macos.md | |
parent | 38d138f8841e8fa29e591c8fbb9fb1ab2a0fcc1c (diff) | |
download | cleberg.net-f8391043a2094397d51712e53d0ac89f567dca62.tar.gz cleberg.net-f8391043a2094397d51712e53d0ac89f567dca62.tar.bz2 cleberg.net-f8391043a2094397d51712e53d0ac89f567dca62.zip |
clarity and spelling edits in the ubuntu-on-macos blog post
Diffstat (limited to 'content/blog/2024-05-03-ubuntu-on-macos.md')
-rw-r--r-- | content/blog/2024-05-03-ubuntu-on-macos.md | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/content/blog/2024-05-03-ubuntu-on-macos.md b/content/blog/2024-05-03-ubuntu-on-macos.md index 9bf1e80..2cfe2ce 100644 --- a/content/blog/2024-05-03-ubuntu-on-macos.md +++ b/content/blog/2024-05-03-ubuntu-on-macos.md @@ -19,10 +19,10 @@ machine to take advantage of the Linux system. ## Installing OrbStack OrbStack has a [download page](https://orbstack.dev/download) if you prefer to -use `*.dmg` files to isntall applications. +use `*.dmg` files to install applications. Personally, I prefer to install everything through Homebrew. For OrbStack, run -the following: +the following to install the application via Homebrew: ```sh brew install orbstack @@ -31,7 +31,7 @@ brew install orbstack ## Creating a Linux Machine Once installed, you can launch OrbStack and create a Linux machine in a matter -of seconds. This creation module defaults to Ubuntu. +of seconds. The creation dialog defaults to Ubuntu.  @@ -46,16 +46,19 @@ List](https://img.cleberg.net/blog/20240503-ubuntu-on-macos/machine.png) When you run the machine for the first time, it may warn you that a program is attempting to run a shell script. You can choose to manually inspect this shell -script via the provided path, if you wish. When you're comfortable with the -script, toggle the `Suppress this message permanently` button and click OK to -run the machine. +script via the provided path if you wish. When you're comfortable with the +script, you can toggle the `Suppress this message permanently` button and click +OK to run the machine.  -You will always be able to launch the OrbStack application and control the -machine via the Machines menu, but you can also use the OrbStack icon in the -macOS menu bar to quickly control the machine without launching OrbStack itself. +> **Quick Tip**! +> +> You will always be able to launch the OrbStack application and +> control the machine via the Machines page, but you can also use the OrbStack +> icon in the macOS menu bar to quickly control the machine without launching +> OrbStack itself. ## Working in Linux |