Skip to content

Commit b38b5e8

Browse files
authored
Update README.md
1 parent 2489ead commit b38b5e8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# setup-cpp
22
Some tools for getting C++ configured on various platforms.
33

4-
# Linux
4+
## Ubuntu Linux
55

66
```sh
77
bash <(wget -qO- https://raw.githubusercontent.com/cpp-best-practices/setup-cpp/main/ubuntu.sh)
88
```
9+
10+
## Arch Linux (including Manjaro)
11+
12+
```sh
13+
bash <(wget -qO- https://raw.githubusercontent.com/cpp-best-practices/setup-cpp/main/arch-manjaro.sh)
14+
```
15+

0 commit comments

Comments
 (0)