Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installations: Add bullet-point to Stage 4 addressing issue #28325 #28351

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion foundations/installations/installations.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<div class="lesson-note lesson-note--warning" markdown="1">

#### Be mindful of the OS you are using
### Be mindful of the OS you are using

Check failure on line 9 in foundations/installations/installations.md

View workflow job for this annotation

GitHub Actions / Lint lesson files

Required heading structure

foundations/installations/installations.md:9 TOP004/lesson-headings Required heading structure [Expected: ### Lesson overview; Actual: ### Be mindful of the OS you are using] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP004.md

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).

Expand Down Expand Up @@ -201,6 +201,7 @@
- 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 <kbd>Shift</kbd> + <kbd>PrtSrc</kbd> 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.
Expand Down
Loading