From 57afaf6f2eefe29c0623f3407d3f9c1d710bd66e Mon Sep 17 00:00:00 2001 From: ken Date: Tue, 28 Jul 2020 17:41:30 -0400 Subject: [PATCH] Add small missing step (cd) before 'make' --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 0586115..0c680fb 100644 --- a/readme.md +++ b/readme.md @@ -50,6 +50,11 @@ Clone the repository git clone https://github.com/nullgemm/ly.git ``` +cd into ly/ +``` +cd ly +``` + Fetch submodules ``` make github