Skip to content

Commit bc4613e

Browse files
authored
Update README.md
1 parent 92b0d1a commit bc4613e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
### Ubuntu
1818

1919
```
20-
$ sudo apt-add-repository ppa:cs50/ppa
21-
$ sudo apt-get update
22-
$ sudo apt-get install libcs50
20+
sudo apt-get install software-properties-common
21+
sudo apt-add-repository ppa:cs50/ppa
22+
sudo apt-get update
23+
sudo apt-get install libcs50
2324
```
2425

2526
### From Source (Linux and Mac)

0 commit comments

Comments
 (0)