From 7f7b5331cb4d5bb81c0e4ba1ea7427e304cbbf36 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Sat, 8 Apr 2023 23:54:25 -0400 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ba8235cb..1cf92d2c 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,15 @@ GPT-J model. * Install Qt 6.x for your platform https://doc.qt.io/qt-6/get-and-install-qt.html * Install cmake for your platform https://cmake.org/install/ -* Clone this repo ```git clone --recurse-submodules https://github.com/manyoso/gpt4all-chat.git``` -* ```cd gpt4all-chat - mkdir build - cd build - cmake .. - cmake --build . --parallel``` +* Clone this repo and build +``` +git clone --recurse-submodules https://github.com/manyoso/gpt4all-chat.git +cd gpt4all-chat +mkdir build +cd build +cmake .. +cmake --build . --parallel +``` ## Running