From d0aee3a37667a797677b7415e76495652469a010 Mon Sep 17 00:00:00 2001 From: Divlo Date: Wed, 30 Jun 2021 15:36:19 +0200 Subject: [PATCH] docs(readme): add build cli in installation steps --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 264114f..3ae06de 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,9 @@ cd programming-challenges # Install dependencies npm install +# Build the Command Line Interface (CLI) +npm run build + # Install the `programming-challenges` Command Line Interface (CLI) npm install --global ```