sh authored by sheaf's avatar sheaf
......@@ -14,7 +14,7 @@ Just like with the Make build system, you first need to [get the sources](https:
To build a complete stage 2 compiler with the default build flavour:
```
```sh
$ ./boot && ./configure
$ hadrian/build -j
```
......
......