1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00

docs(readme): add build cli in installation steps

This commit is contained in:
Divlo
2021-06-30 15:36:19 +02:00
committed by GitHub
parent 996dcd89c3
commit d0aee3a376

View File

@ -60,6 +60,9 @@ cd programming-challenges
# Install dependencies # Install dependencies
npm install npm install
# Build the Command Line Interface (CLI)
npm run build
# Install the `programming-challenges` Command Line Interface (CLI) # Install the `programming-challenges` Command Line Interface (CLI)
npm install --global npm install --global
``` ```