From e8a12c37288005789355daf998aae382d473325b Mon Sep 17 00:00:00 2001 From: ElectronDragon Date: Sun, 7 Jul 2024 09:55:23 +0100 Subject: [PATCH 1/3] Add bullet-point to Stage 4 addressing issue #28325 --- foundations/installations/installations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/foundations/installations/installations.md b/foundations/installations/installations.md index 19cbad8390d..524c5c7b0d3 100644 --- a/foundations/installations/installations.md +++ b/foundations/installations/installations.md @@ -201,6 +201,7 @@ Here are some tips to help you get started in a virtual environment: - Enable the toolbar in your VM settings - there are useful options there that you might want to play around with, especially the ones concerning full screen or multiple displays. To do so, click on **Settings** and then navigate to **User Interface** and finally tick **Show at Top of Screen**. ![It's a good idea to look around the settings overall to get a feel of what's possible.](https://cdn.statically.io/gh/TheOdinProject/curriculum/96d534641514fe4d62aabe2919fac3c52cb286e7/foundations/installations/installations/imgs/16_toolbar.png) - All your work should happen in the VM. You will install everything you need for coding, including your text editor, language environments and various tools inside the VM. The Xubuntu installation inside of your VM also comes with a web browser pre-installed but we'll be installing Chrome shortly. +- To be clear, at this point, you should open The Odin Project (and this lesson) *inside the browser in your VM*. From this point onwards, access TOP through your VM and follow Linux instructions while going doing so. You will often need to copy and paste links or code blocks to or from TOP lessons. This may not work properly if you are trying to move between your VM and Windows - they may share the same hardware, but they are otherwise completely separate! - To install software on your VM, you will follow the Linux (Ubuntu) installation instructions from inside the Xubuntu VM. - You might need to take screenshots when asking for help on our Discord, here's how depending on where you use it: - **Inside the VM:** you can use Shift + PrtSrc to take screenshots of portion of your screen. Alternatively, you can click the **Whisker Menu** and type in **Screenshot**, in which you can choose to take a screenshot of your entire screen, the current window you are on or to select a certain area to capture. From 8a14c5a978b3a64eacd316e534111ab778c73917 Mon Sep 17 00:00:00 2001 From: ElectronDragon Date: Sun, 7 Jul 2024 10:10:08 +0100 Subject: [PATCH 2/3] Fix a grammatical error --- foundations/installations/installations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundations/installations/installations.md b/foundations/installations/installations.md index 524c5c7b0d3..57afd7db0ec 100644 --- a/foundations/installations/installations.md +++ b/foundations/installations/installations.md @@ -201,7 +201,7 @@ Here are some tips to help you get started in a virtual environment: - Enable the toolbar in your VM settings - there are useful options there that you might want to play around with, especially the ones concerning full screen or multiple displays. To do so, click on **Settings** and then navigate to **User Interface** and finally tick **Show at Top of Screen**. ![It's a good idea to look around the settings overall to get a feel of what's possible.](https://cdn.statically.io/gh/TheOdinProject/curriculum/96d534641514fe4d62aabe2919fac3c52cb286e7/foundations/installations/installations/imgs/16_toolbar.png) - All your work should happen in the VM. You will install everything you need for coding, including your text editor, language environments and various tools inside the VM. The Xubuntu installation inside of your VM also comes with a web browser pre-installed but we'll be installing Chrome shortly. -- To be clear, at this point, you should open The Odin Project (and this lesson) *inside the browser in your VM*. From this point onwards, access TOP through your VM and follow Linux instructions while going doing so. You will often need to copy and paste links or code blocks to or from TOP lessons. This may not work properly if you are trying to move between your VM and Windows - they may share the same hardware, but they are otherwise completely separate! +- To be clear, at this point you should open The Odin Project (and this lesson) *inside the browser in your VM*. From this point onwards, access TOP through your VM and follow Linux instructions while going doing so. You will often need to copy and paste links or code blocks to or from TOP lessons. This may not work properly if you are trying to move between your VM and Windows - they may share the same hardware, but they are otherwise completely separate! - To install software on your VM, you will follow the Linux (Ubuntu) installation instructions from inside the Xubuntu VM. - You might need to take screenshots when asking for help on our Discord, here's how depending on where you use it: - **Inside the VM:** you can use Shift + PrtSrc to take screenshots of portion of your screen. Alternatively, you can click the **Whisker Menu** and type in **Screenshot**, in which you can choose to take a screenshot of your entire screen, the current window you are on or to select a certain area to capture. From 4a6ade7dea8cda74e961bef490a0fb82b94c80ed Mon Sep 17 00:00:00 2001 From: ElectronDragon Date: Sun, 7 Jul 2024 10:14:57 +0100 Subject: [PATCH 3/3] Fix linting issue flagged up during pull request --- foundations/installations/installations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundations/installations/installations.md b/foundations/installations/installations.md index 57afd7db0ec..3d4474783d1 100644 --- a/foundations/installations/installations.md +++ b/foundations/installations/installations.md @@ -6,7 +6,7 @@ If you are already using **MacOS**, **Ubuntu**, or [an official flavor of Ubuntu
-#### Be mindful of the OS you are using +### Be mindful of the OS you are using We can only support the operating systems indicated above. Our instructions have been tested with MacOS, Ubuntu, and official flavors of Ubuntu. We do not recommend installing an OS that is only based on Ubuntu (like Mint, Pop!_OS, ElementaryOS, etc).