From e2e970b7fff4f6a5e94632a627c1bb72db7787f3 Mon Sep 17 00:00:00 2001 From: mnjx Date: Thu, 13 Apr 2023 12:53:52 +0200 Subject: [PATCH] update: README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 94cc1a4..5e76f6b 100644 --- a/README.md +++ b/README.md @@ -17,18 +17,18 @@ Insiration was taken from [@JakubAndrysek](https://github.com/JakubAndrysek)'s [ # Usage -1. Clone the repo +Clone the repo `git clone git@github.com:mnjx/sol-enhanced.git` -2. Navigate into the repo directory +Navigate into the repo directory `cd sol-enhanced` -3. Install the requirements (required to run only once) +Install the requirements (required to run only once) `make install` -4. Run the program +Run the program `make run`