mirror of https://github.com/fairyglade/ly.git
Add missing step in README
This commit is contained in:
parent
e158bb5e9d
commit
7d5eb449c3
|
@ -53,7 +53,12 @@ changing the source code won't be necessary :)
|
||||||
## Cloning and Compiling
|
## Cloning and Compiling
|
||||||
Clone the repository
|
Clone the repository
|
||||||
```
|
```
|
||||||
git clone --recurse-submodules https://github.com/nullgemm/ly.git
|
git clone --recurse-submodules https://github.com/nullgemm/ly
|
||||||
|
```
|
||||||
|
|
||||||
|
Change the directory to ly
|
||||||
|
```
|
||||||
|
cd ly
|
||||||
```
|
```
|
||||||
|
|
||||||
Compile
|
Compile
|
||||||
|
|
Loading…
Reference in New Issue