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:
@ -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
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user