Update README.md

This commit is contained in:
Marcos Tischer Vallim 2019-07-01 20:00:09 -03:00 committed by GitHub
parent a68f22adb6
commit f48efd2946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -194,7 +194,7 @@ mkdir $HOME/live-ubuntu-from-scratch
less less
``` ```
12. **Install Visual Studio Code** 12. **Install Visual Studio Code (optional)**
1. Download and install the key 1. Download and install the key
``` ```
@ -214,7 +214,7 @@ mkdir $HOME/live-ubuntu-from-scratch
apt-get install -y code apt-get install -y code
``` ```
13. **Install Google Chrome** 13. **Install Google Chrome (optional)**
1. Download and install the key 1. Download and install the key
``` ```
@ -230,14 +230,14 @@ mkdir $HOME/live-ubuntu-from-scratch
apt-get install google-chrome-stable apt-get install google-chrome-stable
``` ```
14. **Install Java JDK 8** 14. **Install Java JDK 8 (optional)**
``` ```
apt-get install -y \ apt-get install -y \
openjdk-8-jdk \ openjdk-8-jdk \
openjdk-8-jre openjdk-8-jre
``` ```
15. **Remove unused applications** 15. **Remove unused applications (optional)**
``` ```
apt-get purge -y \ apt-get purge -y \
transmission-gtk \ transmission-gtk \