Add small missing step (cd) before 'make'

This commit is contained in:
ken 2020-07-28 17:41:30 -04:00 committed by GitHub
parent 1523d0858d
commit 57afaf6f2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,11 @@ Clone the repository
git clone https://github.com/nullgemm/ly.git
```
cd into ly/
```
cd ly
```
Fetch submodules
```
make github