File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
content/learning-paths/laptops-and-desktops/chrome-os-lxc Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ learning_objectives:
1414
1515prerequisites :
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
1919author : Jason Andrews
2020
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ The first step to creating an Ubuntu container on ChromeOS is to open the Chrome
1414
1515Open 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
1919Run the command below to start the Termina shell:
2020
@@ -93,7 +93,9 @@ Update package lists and upgrade installed packages:
9393apt 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 %}}
9799You can select your favorite software packages, these are examples.
98100{{% /notice %}}
99101
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ ls /mnt/chromeos/GoogleDrive/MyDrive/AndroidAssets
4444
4545Your 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
You can’t perform that action at this time.
0 commit comments