Skip to content

Commit 0709254

Browse files
committed
clean up
1 parent c2c727f commit 0709254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ On x86(_64) you may need to install extra packages:
4040
$ sudo apt-get install g++-multilib libc6-dev-i386
4141
```
4242

43-
On Raspberry Pi 3 you need to install it as following:
43+
On Raspberry Pi 3 you need to install it as follows:
4444
```
4545
$ ck install package:compiler-gcc-any-src-linux-no-deps --env.PARALLEL_BUILDS=1 --env.GCC_COMPILE_CFLAGS=-O0 --env.GCC_COMPILE_CXXFLAGS=-O0 --env.EXTRA_CFG_GCC=--disable-bootstrap --env.RPI3=YES
4646
```
@@ -62,7 +62,7 @@ It is also possible to rebuild various deps for GCC via CK (such as GMP, MPFR, P
6262
$ ck install package:compiler-gcc-any-src-linux
6363
```
6464

65-
It is possible to build LLVM 3.9.0 from sources simply as following:
65+
It is possible to build LLVM 3.9.0 from sources simply as follows:
6666
```
6767
$ ck install package:compiler-llvm-3.9.0-src-linux
6868
```

0 commit comments

Comments
 (0)