Skip to content

Commit f66d7d3

Browse files
[README] apt-get -> apt
1 parent 2f6be7c commit f66d7d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In case you need any help installing any of this, please ask your study buddy or
1212
* LaTeX
1313

1414
```
15-
sudo apt-get install texlive-full
15+
sudo apt install texlive-full
1616
1717
```
1818
@@ -22,8 +22,8 @@ In case you need any help installing any of this, please ask your study buddy or
2222
2323
```
2424
sudo add-apt-repository ppa:sunderme/texstudio
25-
sudo apt-get update
26-
sudo apt-get install texstudio
25+
sudo apt update
26+
sudo apt install texstudio
2727
```
2828
2929
* python 3.5+ (3.8 already installed with Ubuntu 20.04)
@@ -41,7 +41,7 @@ In case you need any help installing any of this, please ask your study buddy or
4141
* git
4242
4343
```
44-
sudo apt-get install git-all
44+
sudo apt install git-all
4545
```
4646
4747
* Java 8

0 commit comments

Comments
 (0)