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 ```