Skip to content

Commit 07c11ea

Browse files
author
Matt Waltz
authored
Update readme.md
1 parent d65f36b commit 07c11ea

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

readme.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,17 @@ If you are using linux or mac, [wine](https://www.winehq.org) is required for bu
1818

1919
Clone the repo: (Note the --recursive option)
2020

21-
`git clone --recursive https://github.com/CE-Programming/toolchain.git`
21+
```
22+
git clone --recursive https://github.com/CE-Programming/toolchain.git
23+
```
2224

23-
Then type:
25+
Then use:
2426

25-
`cd toolchain && make && make install`
27+
```
28+
cd toolchain
29+
make
30+
make install
31+
```
2632

2733
By default, `make install` will install into the home (~/CEdev) directory on linux and mac, and in the root drive (C:\\CEdev) directory on windows.
2834
This is configurable with `make install PREFIX={DIFFERENT_LOCATION}`

0 commit comments

Comments
 (0)