Update README.md
This commit is contained in:
parent
b024fa72b9
commit
320ec279d6
20
README.md
20
README.md
|
@ -182,16 +182,16 @@ mkdir $HOME/live-ubuntu-from-scratch
|
||||||
```
|
```
|
||||||
|
|
||||||
10. **Install useful applications**
|
10. **Install useful applications**
|
||||||
```
|
```
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
clamav-daemon \
|
clamav-daemon \
|
||||||
terminator \
|
terminator \
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
curl \
|
curl \
|
||||||
vim \
|
vim \
|
||||||
nano \
|
nano \
|
||||||
less
|
less
|
||||||
```
|
```
|
||||||
|
|
||||||
11. **Install Visual Studio Code**
|
11. **Install Visual Studio Code**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue