Skip to content

Commit 6363543

Browse files
Final tweaks
1 parent ffcc90a commit 6363543

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

content/learning-paths/laptops-and-desktops/chrome-os-lxc/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ learning_objectives:
1414

1515
prerequisites:
1616
- A ChromeOS device with the Linux development environment enabled. The Lenovo Chromebook Plus 14 is recommended.
17-
- Basic knowledge of the Linux command line.
17+
- Basic knowledge of the Linux command line
1818

1919
author: Jason Andrews
2020

content/learning-paths/laptops-and-desktops/chrome-os-lxc/page-1.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The first step to creating an Ubuntu container on ChromeOS is to open the Chrome
1414

1515
Open the Chrome browser and press **Ctrl + Alt + T** to open crosh, the ChromeOS shell.
1616

17-
![ChromeOS shell #center](_images/chromeos-shell.png)
17+
![ChromeOS shell #center](_images/chromeos-shell.png "ChromeOS shell")
1818

1919
Run the command below to start the Termina shell:
2020

@@ -93,7 +93,9 @@ Update package lists and upgrade installed packages:
9393
apt update && apt upgrade -y
9494
```
9595

96-
Install essential packages for development and system management. {{% notice Note %}}
96+
Install essential packages for development and system management.
97+
98+
{{% notice Note %}}
9799
You can select your favorite software packages, these are examples.
98100
{{% /notice %}}
99101

content/learning-paths/laptops-and-desktops/chrome-os-lxc/page-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ls /mnt/chromeos/GoogleDrive/MyDrive/AndroidAssets
4444

4545
Your shared folders appear in the **Linux settings** under **Manage shared folders** as shown below:
4646

47-
![Shared folders #center](_images/shared-folders.png)
47+
![Shared folders #center](_images/shared-folders.png "Shared folders")
4848

4949
### Share folders using the command line
5050

0 commit comments

Comments
 (0)