Skip to content

Commit 8014956

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ If you are using linux or mac, [wine](https://www.winehq.org) is required for bu
1919
Clone the repo: (Note the --recursive option)
2020

2121
```
22-
git clone --recursive https://github.com/CE-Programming/toolchain.git
22+
git clone --recursive https://github.com/CE-Programming/toolchain.git
2323
```
2424

2525
Then use:
2626

2727
```
28-
cd toolchain
29-
make
30-
make install
28+
cd toolchain
29+
make
30+
make install
3131
```
3232

3333
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.

0 commit comments

Comments
 (0)